gnu: python-nbconvert: Fix PDF generation.
* gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Move texlive packages… [propagated-inputs]: …here.
This commit is contained in:
parent
0917cbffcd
commit
7eefff2054
1 changed files with 35 additions and 34 deletions
|
@ -12762,8 +12762,25 @@ time.")
|
||||||
;;("python-pyppeteer" ,python-pyppeteer)
|
;;("python-pyppeteer" ,python-pyppeteer)
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("python-pytest-cov" ,python-pytest-cov)
|
("python-pytest-cov" ,python-pytest-cov)
|
||||||
("python-pytest-dependency" ,python-pytest-dependency)
|
("python-pytest-dependency" ,python-pytest-dependency)))
|
||||||
("texlive" ,(texlive-updmap.cfg (list texlive-adjustbox
|
(propagated-inputs
|
||||||
|
(list python-bleach
|
||||||
|
python-defusedxml
|
||||||
|
python-entrypoints
|
||||||
|
python-jinja2
|
||||||
|
python-jupyter-core
|
||||||
|
python-mistune
|
||||||
|
python-nbclient
|
||||||
|
python-nbformat
|
||||||
|
python-pandocfilters
|
||||||
|
python-pygments
|
||||||
|
python-jupyterlab-pygments
|
||||||
|
python-testpath
|
||||||
|
python-traitlets
|
||||||
|
;; Required, even if [serve] is not used.
|
||||||
|
python-tornado-6
|
||||||
|
;; Required at runtime for `jupyter nbconvert --to=pdf`.
|
||||||
|
(texlive-updmap.cfg (list texlive-adjustbox
|
||||||
texlive-amsfonts
|
texlive-amsfonts
|
||||||
texlive-booktabs
|
texlive-booktabs
|
||||||
texlive-caption
|
texlive-caption
|
||||||
|
@ -12794,23 +12811,7 @@ time.")
|
||||||
texlive-tools
|
texlive-tools
|
||||||
texlive-ulem
|
texlive-ulem
|
||||||
texlive-xcolor
|
texlive-xcolor
|
||||||
texlive-zapfding)))))
|
texlive-zapfding))))
|
||||||
(propagated-inputs
|
|
||||||
(list python-bleach
|
|
||||||
python-defusedxml
|
|
||||||
python-entrypoints
|
|
||||||
python-jinja2
|
|
||||||
python-jupyter-core
|
|
||||||
python-mistune
|
|
||||||
python-nbclient
|
|
||||||
python-nbformat
|
|
||||||
python-pandocfilters
|
|
||||||
python-pygments
|
|
||||||
python-jupyterlab-pygments
|
|
||||||
python-testpath
|
|
||||||
python-traitlets
|
|
||||||
;; Required, even if [serve] is not used.
|
|
||||||
python-tornado-6))
|
|
||||||
(home-page "https://jupyter.org")
|
(home-page "https://jupyter.org")
|
||||||
(synopsis "Converting Jupyter Notebooks")
|
(synopsis "Converting Jupyter Notebooks")
|
||||||
(description "The @code{nbconvert} tool, @{jupyter nbconvert}, converts
|
(description "The @code{nbconvert} tool, @{jupyter nbconvert}, converts
|
||||||
|
|
Reference in a new issue