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/tex.scm | |
parent | 2b37ec1c608f935e183b532e92b973cbb0e8fb1b (diff) | |
download | guix-c5f1f8b81e66b6a63c6bcc173e34e96d9cda9270.tar 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/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index a6f693a0a5..4fc25ed656 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7843,7 +7843,7 @@ from a typewriter. The package also offers double and wavy underlining, and striking out (line through words) and crossing out (/// over words).") (license license:lppl1.3c+))) -(define-deprecated-package texlive-latex-ulem texlive-ulem) +(define-deprecated-package texlive-generic-ulem texlive-ulem) (define-public texlive-latex-pgf (package |