diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 16:42:51 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:54 +0200 |
commit | daf6f34c1e3d34dd515c153782aa51701a2bba62 (patch) | |
tree | 13545e70ce58406f9533899c6bed7ab9c107f755 /gnu/packages/maths.scm | |
parent | fae2a0f07514be7c709781bdad7369a53c08350b (diff) | |
download | guix-daf6f34c1e3d34dd515c153782aa51701a2bba62.tar.gz |
gnu: texlive-latex-parskip -> texlive-parskip.
* gnu/packages/tex.scm (texlive-parskip): New variable. (texlive-latex-parskip): Deprecate variable. * 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 7a98c05e29..38d99ab2e5 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5810,7 +5810,7 @@ set.") texlive-natbib texlive-latex-needspace texlive-newunicodechar - texlive-latex-parskip + texlive-parskip texlive-stackengine texlive-latex-tabulary texlive-tocloft |