summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-19 20:28:07 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-19 20:28:07 +0200
commitebb54e6a5fba36a571ed239398ee3e0307a91c26 (patch)
treee4a9a7249ced2e643d68e4d936bd1ba3bd256a2c /gnu
parent29ff5d984dc121d1a93b14aab2004ff57805e885 (diff)
downloadguix-ebb54e6a5fba36a571ed239398ee3e0307a91c26.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6b5291d0e0..3bb3aae446 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")