diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 16:19:42 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:51 +0200 |
commit | bd12824e56cfcbf13fa9564c0efa42c3a9430d8b (patch) | |
tree | 54e784e79d125a636afd6cf268d9e8c9a6cf2ebb /gnu/packages/sphinx.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/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 906b05e979..a69a8b44ed 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -116,7 +116,7 @@ texlive-cmap texlive-fancyhdr texlive-fancyvrb - texlive-latex-float + texlive-float texlive-fncychap texlive-framed texlive-geometry |