diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-14 11:36:20 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:11:00 +0200 |
commit | 50e49cf9b4507a4b2532f47050de3b24bcbad86b (patch) | |
tree | e3c82346d011e60c8384c390f864ef2710b81d71 /gnu/packages/maths.scm | |
parent | 58d6740f0c5829409d751f4adac5177e11892649 (diff) | |
download | guix-50e49cf9b4507a4b2532f47050de3b24bcbad86b.tar.gz |
gnu: texlive-latex-needspace -> texlive-needspace.
* gnu/packages/tex.scm (texlive-needspace): New variable. (texlive-latex-needspace): Deprecate variable. * gnu/packages/maths.scm (hypre)[native-inputs]: * gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: 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 a6a015eca0..dc1d62e4ad 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5803,7 +5803,7 @@ set.") texlive-listofitems texlive-multirow texlive-natbib - texlive-latex-needspace + texlive-needspace texlive-newunicodechar texlive-parskip texlive-sectsty |