diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-03-02 16:08:57 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-03-02 19:26:16 +0100 |
commit | 107138164611a11972f261818373d1de95b3216d (patch) | |
tree | 9a630082fb7b2e12414a7bf40ddd3aeb92dcc1c5 /gnu/packages/docbook.scm | |
parent | e5dbda5abc23c5ed716121872d1bbaa8bfcee79e (diff) |
gnu: texlive-latex-listings: Rename to "texlive-listings".
Suggested by Ricardo Wurmus.
* gnu/packages/tex.scm (texlive-latex-listings): Rename to...
(texlive-listings): ... this. Adjust 'name' accordingly.
(texlive-latex-listings): Define as deprecated.
(texlive-latex-xkeyval)[propagated-inputs]: Add comment.
* gnu/packages/docbook.scm (dblatex)[inputs]: Add comment.
Diffstat (limited to 'gnu/packages/docbook.scm')
-rw-r--r-- | gnu/packages/docbook.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index cb1a0d4d5e..6575bf2d75 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2014, 2021 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2014, 2021-2022 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> @@ -473,7 +473,11 @@ the in DocBook SGML DTDs.") texlive-latex-footmisc texlive-hyperref texlive-latex-jknapltx + + ;; TODO: Use non-deprecated name on + ;; next rebuild cycle. texlive-latex-listings + texlive-latex-multirow texlive-latex-overpic texlive-latex-pdfpages |