diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-04 02:00:09 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-04 02:00:09 +0100 |
commit | 006538c5273e08e775488af16c8014ba71d8a36e (patch) | |
tree | 460d1f52daf6bb45cb846161ef41ef4a3e40189a /gnu/packages/python-xyz.scm | |
parent | e7cf0ea6602413251eee9a3d004d719770415d6e (diff) |
gnu: texlive-generic-iftex: Rename to texlive-iftex.
* gnu/packages/tex.scm (texlive-iftex): Renamed from TEXLIVE-GENERIC-IFTEX.
(texlive-hyperref):
(texlive-oberdiek):
(texlive-pdftexcmds):
(texlive-generic-etexcmds):
(texlive-generic-iftex):
(texlive-generic-ifxetex):
(texlive-latex-xkeyval):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/python-xyz.scm (python-numpy-documentation):
(python-ipython-documentation):
(python-nbconvert):
(python-pypandoc): Apply renaming.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index dafda261cd..22131820a4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5831,7 +5831,7 @@ readable format.") ("python-numpydoc" ,python-numpydoc) ("texlive" ,(texlive-updmap.cfg (list texlive-cm-super texlive-fonts-ec - texlive-generic-iftex + texlive-iftex texlive-pdftex texlive-amsfonts texlive-latex-capt-of @@ -8917,7 +8917,7 @@ computing.") ;; FIXME: It's possible that a smaller union would work just as well. ("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts texlive-fonts-ec - texlive-generic-iftex + texlive-iftex texlive-pdftex texlive-latex-capt-of texlive-latex-cmap @@ -12614,7 +12614,7 @@ time.") texlive-eurosym texlive-fonts-rsfs texlive-generic-ulem - texlive-generic-iftex + texlive-iftex texlive-jknappen texlive-latex-amsmath texlive-latex-enumitem @@ -26474,7 +26474,7 @@ By default it uses the open Python vulnerability database Safety DB.") (native-inputs `(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts texlive-fonts-ec - texlive-generic-iftex + texlive-iftex texlive-hyperref texlive-oberdiek texlive-lm |