diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-04 22:54:13 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:29 +0200 |
commit | 92c0962c5a69185decc30ba91b520b208ef45d21 (patch) | |
tree | 7f49b3628141044915133d96ccfc08f9cb457252 /gnu/packages/python-xyz.scm | |
parent | 376059576e02fbc312816410dcefddfffae7944d (diff) | |
download | guix-92c0962c5a69185decc30ba91b520b208ef45d21.tar.gz |
gnu: texlive-latex-expdlist -> texlive-expdlist.
* gnu/packages/tex.scm (texlive-expdlist): New variable. (texlive-latex-expdlist): Deprecate variable. * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-matplotlib-documentation): Apply renaming.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 575e2b8d81..0d2da17edc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7250,8 +7250,8 @@ capabilities.") texlive-bin texlive-cbfonts texlive-cm-super + texlive-expdlist texlive-greek-fontenc - texlive-latex-expdlist texlive-polyglossia texlive-xindy)) (inputs '()) @@ -8044,10 +8044,10 @@ toolkits.") texlive-amsfonts texlive-amsmath texlive-babel + texlive-expdlist texlive-fontspec texlive-unicode-math texlive-etoolbox - texlive-latex-expdlist texlive-underscore texlive-latex-type1cm texlive-times |