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/python-xyz.scm | |
parent | fae2a0f07514be7c709781bdad7369a53c08350b (diff) |
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/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c0c13a3734..66788cfa6f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15190,7 +15190,7 @@ time.") texlive-geometry texlive-jknapltx texlive-ms - texlive-latex-parskip + texlive-parskip texlive-trimspaces texlive-upquote texlive-stringenc |