mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-nbconvert: Remove texlive-updmap.cfg as propagated input.
`texlive-updmap.cfg' builds "updmap.cfg" file for texlive packages in native inputs, because those do not benefit from the profile hook doing the very same thing. Consequently, `texlive-updmap.cfg' should not appear in propagated inputs. Moreover, XeTeX do not rely on "updmap.cfg" to find fonts; this is a second reason to remove it from propagated inputs in this particular package. * gnu/packages/python-xyz.scm (python-nbconvert)[propagated-inputs]: Remove TEXLIVE-UPDMAP.CFG call. Add TEXLIVE-COLLECTION-BASIC. Remove TEXLIVE-IFTEX, which is already included in TEXLIVE-COLLECTION-BASIC. Sort inputs alphabetically.
This commit is contained in:
parent
ebb54e6a5f
commit
e401eff977
1 changed files with 18 additions and 19 deletions
|
@ -15184,39 +15184,38 @@ time.")
|
||||||
texlive-adjustbox
|
texlive-adjustbox
|
||||||
texlive-booktabs
|
texlive-booktabs
|
||||||
texlive-caption
|
texlive-caption
|
||||||
|
texlive-collection-basic
|
||||||
texlive-enumitem
|
texlive-enumitem
|
||||||
texlive-fontspec
|
texlive-environ
|
||||||
texlive-iftex
|
texlive-eurosym
|
||||||
texlive-grffile
|
|
||||||
texlive-hyperref
|
|
||||||
texlive-fancyvrb
|
texlive-fancyvrb
|
||||||
texlive-float
|
texlive-float
|
||||||
|
texlive-fontspec
|
||||||
texlive-geometry
|
texlive-geometry
|
||||||
|
texlive-grffile
|
||||||
|
texlive-hyperref
|
||||||
texlive-jknapltx
|
texlive-jknapltx
|
||||||
|
texlive-jknapltx
|
||||||
|
texlive-lm
|
||||||
|
texlive-lm-math
|
||||||
|
texlive-mathpazo
|
||||||
texlive-ms
|
texlive-ms
|
||||||
texlive-parskip
|
texlive-parskip
|
||||||
texlive-trimspaces
|
texlive-pdfcol
|
||||||
texlive-upquote
|
texlive-pgf
|
||||||
|
texlive-rsfs
|
||||||
texlive-stringenc
|
texlive-stringenc
|
||||||
texlive-tcolorbox
|
texlive-tcolorbox
|
||||||
texlive-titling
|
texlive-titling
|
||||||
texlive-tools
|
texlive-tools
|
||||||
|
texlive-trimspaces
|
||||||
|
texlive-ucs
|
||||||
texlive-ulem
|
texlive-ulem
|
||||||
texlive-unicode-math
|
texlive-unicode-math
|
||||||
|
texlive-upquote
|
||||||
texlive-xcolor
|
texlive-xcolor
|
||||||
(texlive-updmap.cfg
|
texlive-xetex
|
||||||
(list texlive-eurosym
|
texlive-zapfding))
|
||||||
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")
|
(home-page "https://jupyter.org")
|
||||||
(synopsis "Converting Jupyter Notebooks")
|
(synopsis "Converting Jupyter Notebooks")
|
||||||
(description "The @code{nbconvert} tool, @code{jupyter nbconvert}, converts
|
(description "The @code{nbconvert} tool, @code{jupyter nbconvert}, converts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue