mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
06bc5b28b0
commit
8844e6072f
2 changed files with 24 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue