diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 11:54:41 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:44 +0200 |
commit | 9e4adea8adca392beaac705c10111639b8c51951 (patch) | |
tree | d545cc91e05181fa37ea4ec4b436e8c4ffc04c63 /gnu/packages/maths.scm | |
parent | 86e7f7722053783ea4a14808a9c6d4cc63157e03 (diff) | |
download | guix-9e4adea8adca392beaac705c10111639b8c51951.tar guix-9e4adea8adca392beaac705c10111639b8c51951.tar.gz |
gnu: texlive-latex-geometry -> texlive-geometry.
* gnu/packages/tex.scm (texlive-geometry): New variable.
(texlive-latex-geometry): Deprecate variable.
(texlive-xindy):
* gnu/packages/chemistry.scm (yaehmop):
* gnu/packages/cran.scm (r-prereg):
* gnu/packages/graphviz.scm (dot2tex):
* gnu/packages/maths.scm (hypre):
* gnu/packages/plotutils.scm (asymptote):
* gnu/packages/python-xyz.scm (python-nbconvert):
* gnu/packages/sphinx.scm (python-sphinx): Use new name.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 87b2b9816e..f8cd4f385b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5803,7 +5803,7 @@ set.") texlive-latex-float texlive-fncychap texlive-framed - texlive-latex-geometry + texlive-geometry texlive-hanging texlive-hyperref texlive-latex-multirow |