diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 07:50:39 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:40 +0200 |
commit | 40b0c09d2711dca951d272e51c21f4764e537211 (patch) | |
tree | 7475c86d1183f7a3f1a689a8fcc2cd05013b0318 /gnu/packages/maths.scm | |
parent | 68a7e9c749012323725668573527b81742d75080 (diff) | |
download | guix-40b0c09d2711dca951d272e51c21f4764e537211.tar.gz |
gnu: texlive-generic-listofitems -> texlive-listofitems.
* gnu/packages/tex.scm (texlive-listofitems): New variable. (texlive-generic-listofitems): Deprecate variable. (texlive-latex-readarray): * gnu/packages/maths.scm (hypre): 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 fe4d23c2e8..4c9d379eab 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5797,7 +5797,7 @@ set.") texlive-wasy texlive-xcolor texlive-xypic - texlive-generic-listofitems + texlive-listofitems texlive-latex-cmap texlive-latex-colortbl texlive-latex-float |