diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-19 20:28:07 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-19 20:28:07 +0200 |
commit | ebb54e6a5fba36a571ed239398ee3e0307a91c26 (patch) | |
tree | e4a9a7249ced2e643d68e4d936bd1ba3bd256a2c | |
parent | 29ff5d984dc121d1a93b14aab2004ff57805e885 (diff) |
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.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
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") |