diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-06 11:52:45 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-06 12:22:16 +0100 |
commit | c63566c5cfe622575637530227169f7d40c2422a (patch) | |
tree | c422c1eb648451c1505dcc1c26956e31485bed88 /gnu/packages/docbook.scm | |
parent | 09deb8a570f205b198af65bcbe22c716b5677dc3 (diff) | |
download | guix-c63566c5cfe622575637530227169f7d40c2422a.tar.gz |
gnu: texlive-latex-refcount: Rename to texlive-refcount.
* gnu/packages/tex.scm (texlive-refcount): New variable. (texlive-latex-refcount): Deprecated alias. (texlive-hyperref): * gnu/packages/docbook.scm (dblatex): Use new name.
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 c0f7dfd750..44749e2c5c 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -477,7 +477,7 @@ the in DocBook SGML DTDs.") texlive-latex-multirow texlive-latex-overpic texlive-latex-pdfpages - texlive-latex-refcount + texlive-refcount texlive-latex-subfigure texlive-latex-titlesec texlive-wasysym |