diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-15 22:14:38 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:11:41 +0200 |
commit | eab3b8036951c5cf89d8be61373746af14b3eff0 (patch) | |
tree | 912560e11336fb80d253b8bdb18912b67ae77cd1 /gnu/packages/python-xyz.scm | |
parent | d669ea32718d3b5406dd984c980b1f09edd94ac1 (diff) | |
download | guix-eab3b8036951c5cf89d8be61373746af14b3eff0.tar guix-eab3b8036951c5cf89d8be61373746af14b3eff0.tar.gz |
gnu: texlive-jknappen: Deprecate package.
* gnu/packages/tex.scm (texlive-jknappen): Deprecate variable.
(texlive-paralist):
(texlive-jadetex):
(texlive-xindy):
* gnu/packages/maths.scm (hypre):
* gnu/packages/python-xyz.scm (python-nbconvert): Use TEXLIVE-JKNAPLTX instead.
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 2b615680e2..ac560bfcfd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15203,7 +15203,7 @@ time.") (texlive-updmap.cfg (list texlive-amsfonts texlive-amsmath texlive-eurosym - texlive-jknappen + texlive-jknapltx texlive-lm texlive-lm-math texlive-mathpazo |