diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-04 02:25:12 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-04 02:25:12 +0100 |
commit | c2777bb64fabde4aef0adfcdd4db0d56faf081e4 (patch) | |
tree | e410038a2e6eafe447ca0866c45b89ffe1b27a73 /gnu/packages/docbook.scm | |
parent | 91aa20e2372c30549c6d2a2c31b4d6742e4dcdbd (diff) | |
download | guix-c2777bb64fabde4aef0adfcdd4db0d56faf081e4.tar.gz |
gnu: Rename texlive-latex-fancyvrb to texlive-fancyvrb.
* gnu/packages/tex.scm (texlive-fancyvrb): New variable, renamed from TEXLIVE-LATEX-FANCYVRB. (texlive-latex-fancyvrb): Deprecate variable. * gnu/packages/docbook.scm (dblatex): * gnu/packages/maths.scm (hypre): * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-ipython-documentation): (python-nbconvert): * gnu/packages/statistics.scm (r-with-tests): 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 6af13aa1f9..c0f7dfd750 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -468,7 +468,7 @@ the in DocBook SGML DTDs.") texlive-latex-colortbl texlive-latex-fancybox texlive-fancyhdr - texlive-latex-fancyvrb + texlive-fancyvrb texlive-latex-float texlive-latex-footmisc texlive-hyperref |