gnu: python-nbconvert: Fix build.

This fixes <https://issues.guix.gnu.org/64729>.

* gnu/packages/python-xyz.scm (python-nbconvert)[propagated-inputs]: Add
TEXLIVE-ENVIRON, TEXLIVE-PDFCOL, TEXLIVE-PGF, and TEXLIVE-XETEX.
This commit is contained in:
Nicolas Goaziou 2023-07-19 20:28:07 +02:00
parent 29ff5d984d
commit ebb54e6a5f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15206,12 +15206,16 @@ time.")
texlive-xcolor
(texlive-updmap.cfg
(list texlive-eurosym
texlive-environ
texlive-jknapltx
texlive-lm
texlive-lm-math
texlive-mathpazo
texlive-pdfcol
texlive-pgf
texlive-rsfs
texlive-ucs
texlive-xetex
texlive-zapfding))))
(home-page "https://jupyter.org")
(synopsis "Converting Jupyter Notebooks")