From 8844e6072f61e2f32ff283efdf4fe1caf366d2c7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 14 May 2023 10:32:49 +0200 Subject: 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. --- gnu/packages/python-xyz.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 66788cfa6f3..60e0ed3d65b 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 -- cgit v1.3