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/python-xyz.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/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 24e7fef494..a8aff94334 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12615,7 +12615,6 @@ time.") texlive-enumitem texlive-eurosym texlive-fonts-rsfs - texlive-generic-ulem texlive-generic-iftex texlive-jknappen texlive-latex-amsmath @@ -12638,6 +12637,7 @@ time.") texlive-tcolorbox texlive-titling texlive-tools + texlive-ulem texlive-xcolor texlive-zapfding))))) (propagated-inputs |