guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-nbconvert: Fix build.


From: guix-commits
Subject: 02/02: gnu: python-nbconvert: Fix build.
Date: Wed, 19 Jul 2023 14:32:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ebb54e6a5fba36a571ed239398ee3e0307a91c26
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 19 20:28:07 2023 +0200

    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.
---
 gnu/packages/python-xyz.scm | 4 ++++
 1 file changed, 4 insertions(+)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]