diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-03 15:58:54 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-03 15:58:54 +0100 |
commit | e7cf0ea6602413251eee9a3d004d719770415d6e (patch) | |
tree | 4bba83d8069b7f6c5b40a37c2dad99795337fa0d /gnu/packages/docbook.scm | |
parent | d29316261522b66aaf01421f6b7068eda9b8f54b (diff) | |
download | guix-e7cf0ea6602413251eee9a3d004d719770415d6e.tar.gz |
gnu: Add texlive-listings.
* gnu/packages/docbook.scm (texlive-listings): New variable. (texlive-latex-listings): Deprecate variable. (dblatex): Use new variable. * gnu/packages/tex.scm (texlive-latex-xkeyval): Use new variable.
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 cb1a0d4d5e..bd0e4e8f5d 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -473,7 +473,7 @@ the in DocBook SGML DTDs.") texlive-latex-footmisc texlive-hyperref texlive-latex-jknapltx - texlive-latex-listings + texlive-listings texlive-latex-multirow texlive-latex-overpic texlive-latex-pdfpages |