summary refs log tree commit diff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-05-14 10:32:49 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:10:56 +0200
commit8844e6072f61e2f32ff283efdf4fe1caf366d2c7 (patch)
tree988671e7c0fd7c7f69a538098dc03dfa1cb90af1 /gnu/packages/python-xyz.scm
parent06bc5b28b0f512b5f1c05e680d9db73334a33c46 (diff)
downloadguix-8844e6072f61e2f32ff283efdf4fe1caf366d2c7.tar.gz
gnu: texlive-latex-type1cm -> texlive-type1cm.
* gnu/packages/tex.scm (texlive-type1cm): New variable.
(texlive-latex-type1cm): Deprecate variable.
*
gnu/packages/python-xyz.scm (python-matplotlib-documentation)[native-inputs]:
Use new name.  Re-order alphabetically.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 66788cfa6f..60e0ed3d65 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8032,26 +8032,26 @@ toolkits.")
      (list graphviz
            inkscape/stable
            python-colorspacious
+           python-ipython
+           python-ipywidgets
            python-mpl-sphinx-theme
+           python-numpydoc
            python-scipy
            python-sphinx
            python-sphinx-copybutton
            python-sphinx-gallery
            python-sphinxcontrib-svg2pdfconverter
-           python-numpydoc
-           python-ipython
-           python-ipywidgets
+           texinfo
            texlive-amsfonts
            texlive-amsmath
            texlive-babel
+           texlive-etoolbox
            texlive-expdlist
            texlive-fontspec
-           texlive-unicode-math
-           texlive-etoolbox
-           texlive-underscore
-           texlive-latex-type1cm
            texlive-times
-           texinfo))
+           texlive-type1cm
+           texlive-underscore
+           texlive-unicode-math))
     (synopsis "Documentation for the @code{python-matplotlib} package")))
 
 (define-public python-matplotlib-inline