diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 15:49:05 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:47 +0200 |
commit | ab6566e6a1c3c344487af7d55b35a23df7ce9c03 (patch) | |
tree | 3eb0e1076b3156e559093e98780dff61453751e6 /gnu/packages/docbook.scm | |
parent | 6539f4e8cddab59283d638b41b4fea550b3258c8 (diff) |
gnu: texlive-latex-footmisc -> texlive-footmisc.
* gnu/packages/tex.scm (texlive-footmisc): New variable.
(texlive-latex-footmisc): Deprecate variable.
(texlive-latex-xkeyval):
* 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 4ccae3f252..8134191e38 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -544,7 +544,7 @@ the in DocBook SGML DTDs.") texlive-fancyhdr texlive-fancyvrb texlive-latex-float - texlive-latex-footmisc + texlive-footmisc texlive-hyperref texlive-latex-jknapltx texlive-listings |