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/cran.scm | |
parent | 86e7f7722053783ea4a14808a9c6d4cc63157e03 (diff) | |
download | 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/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 75ffc81bfd..4e3476222d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -36197,7 +36197,7 @@ package online.") texlive-iftex texlive-fancyhdr texlive-fancyvrb - texlive-latex-geometry + texlive-geometry texlive-graphics texlive-latex-threeparttable texlive-titlesec |