diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-28 14:33:56 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-28 14:33:56 +0100 |
commit | 01107fc4eaa928ddd99b834ba8ce7b7244f8c3cd (patch) | |
tree | eafd864d147f58cc71136a89e906b8a2993b4fcc /gnu/packages/python-xyz.scm | |
parent | 390f9604110b2f478db73eb5ce8dd3770cb59ea5 (diff) | |
download | guix-01107fc4eaa928ddd99b834ba8ce7b7244f8c3cd.tar.gz |
gnu: texlive-latex-enumitem: Deprecate package.
* gnu/packages/tex.scm (texlive-latex-enumitem): Deprecate in favor of texlive-enumitem. * gnu/packages/python-xyz.scm (python-matplotlib-documentation): (python-nbconvert): Apply deprecation.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c8ba314d38..51a7a64fe6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6543,19 +6543,19 @@ toolkits.") ("python-mock" ,python-mock) ("graphviz" ,graphviz) ("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts - texlive-latex-amsmath - texlive-latex-enumitem - texlive-latex-expdlist - texlive-latex-geometry - texlive-latex-preview - texlive-latex-type1cm - texlive-latex-ucs - - texlive-pdftex - - texlive-fonts-ec - texlive-times - texlive-txfonts))) + texlive-enumitem + texlive-latex-amsmath + texlive-latex-expdlist + texlive-latex-geometry + texlive-latex-preview + texlive-latex-type1cm + texlive-latex-ucs + + texlive-pdftex + + texlive-fonts-ec + texlive-times + texlive-txfonts))) ("texinfo" ,texinfo) ,@(package-native-inputs python-matplotlib))) (arguments @@ -12611,13 +12611,13 @@ time.") texlive-amsfonts texlive-booktabs texlive-caption + texlive-enumitem texlive-eurosym texlive-fonts-rsfs texlive-generic-ulem texlive-generic-iftex texlive-jknappen texlive-latex-amsmath - texlive-latex-enumitem texlive-latex-fancyvrb texlive-latex-float texlive-fontspec |