diff options
author | Nicolas Goaziou <[email protected]> | 2023-05-13 16:19:42 +0200 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2023-07-18 18:10:51 +0200 |
commit | bd12824e56cfcbf13fa9564c0efa42c3a9430d8b (patch) | |
tree | 54e784e79d125a636afd6cf268d9e8c9a6cf2ebb /gnu/packages/docbook.scm | |
parent | 30302ded0df49984b6c532af071633b968a0f48b (diff) |
gnu: texlive-latex-float -> texlive-float.
* gnu/packages/tex.scm (texlive-float): New variable.
(texlive-latex-float): Deprecate variable.
(texlive-showexpl):
(texlive-minted):
(texlive-apa6):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/maths.scm (hypre):
* gnu/packages/python-xyz.scm (python-nbconvert):
* gnu/packages/sphinx.scm (python-sphinx): 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 709f45eda7..7ff920409e 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -543,7 +543,7 @@ the in DocBook SGML DTDs.") texlive-fancybox texlive-fancyhdr texlive-fancyvrb - texlive-latex-float + texlive-float texlive-footmisc texlive-hyperref texlive-latex-jknapltx |