diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-28 15:05:01 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-28 15:05:01 +0100 |
commit | c5f1f8b81e66b6a63c6bcc173e34e96d9cda9270 (patch) | |
tree | 03e812055a7d0cd684633f6e3be9a52b455a14eb /gnu/packages/maths.scm | |
parent | 2b37ec1c608f935e183b532e92b973cbb0e8fb1b (diff) | |
download | guix-c5f1f8b81e66b6a63c6bcc173e34e96d9cda9270.tar.gz |
gnu: Properly deprecate texlive-generic-ulem.
* gnu/packages/python-xyz.scm (python-nbconvert): * gnu/packages/maths.scm (hypre): Apply deprecation. * gnu/packages/tex.scm (texlive-generic-ulem): Fix typo in deprecation command.
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 1895acd368..9f7c0476ca 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5551,7 +5551,6 @@ set.") texlive-xcolor texlive-xypic texlive-generic-listofitems - texlive-generic-ulem texlive-latex-cmap texlive-latex-colortbl texlive-latex-etoc @@ -5574,6 +5573,7 @@ set.") texlive-latex-tocloft texlive-latex-upquote texlive-latex-varwidth + texlive-ulem texlive-wasysym texlive-latex-wrapfig))))) (inputs |