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/docbook.scm | |
parent | e7cf0ea6602413251eee9a3d004d719770415d6e (diff) | |
download | guix-006538c5273e08e775488af16c8014ba71d8a36e.tar.gz |
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/docbook.scm')
-rw-r--r-- | gnu/packages/docbook.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index bd0e4e8f5d..9fe42dcfb0 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -485,7 +485,7 @@ the in DocBook SGML DTDs.") texlive-fonts-rsfs texlive-stmaryrd - texlive-generic-iftex))) + texlive-iftex))) ("imagemagick" ,imagemagick) ;for convert ("inkscape" ,inkscape) ;for svg conversion ("docbook" ,docbook-xml) |