diff options
author | Nicolas Goaziou <[email protected]> | 2023-05-13 00:32:58 +0200 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2023-07-18 18:10:39 +0200 |
commit | e1e0e08451e84ccb7530e5a8187367333f1f87ee (patch) | |
tree | 4374feefb421d2a8b222cc4efcc2441c4a058429 /gnu/packages/maths.scm | |
parent | 36e77dbd2a30edc8096b22dd692d3d62424ea50a (diff) |
gnu: texlive-latex-newunicodechar -> texlive-newunicodechar.
* gnu/packages/tex.scm (texlive-newunicodechar): New variable.
(texlive-latex-newunicodechar): Deprecate variable.
* 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 052e9c791d..fe4d23c2e8 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5809,7 +5809,7 @@ set.") texlive-latex-multirow texlive-natbib texlive-latex-needspace - texlive-latex-newunicodechar + texlive-newunicodechar texlive-latex-parskip texlive-latex-stackengine texlive-latex-tabulary |