mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
29ff5d984d
commit
ebb54e6a5f
1 changed files with 4 additions and 0 deletions
|
@ -15206,12 +15206,16 @@ time.")
|
||||||
texlive-xcolor
|
texlive-xcolor
|
||||||
(texlive-updmap.cfg
|
(texlive-updmap.cfg
|
||||||
(list texlive-eurosym
|
(list texlive-eurosym
|
||||||
|
texlive-environ
|
||||||
texlive-jknapltx
|
texlive-jknapltx
|
||||||
texlive-lm
|
texlive-lm
|
||||||
texlive-lm-math
|
texlive-lm-math
|
||||||
texlive-mathpazo
|
texlive-mathpazo
|
||||||
|
texlive-pdfcol
|
||||||
|
texlive-pgf
|
||||||
texlive-rsfs
|
texlive-rsfs
|
||||||
texlive-ucs
|
texlive-ucs
|
||||||
|
texlive-xetex
|
||||||
texlive-zapfding))))
|
texlive-zapfding))))
|
||||||
(home-page "https://jupyter.org")
|
(home-page "https://jupyter.org")
|
||||||
(synopsis "Converting Jupyter Notebooks")
|
(synopsis "Converting Jupyter Notebooks")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue