mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-matplotlib-documentation: Adjust native inputs.
* gnu/packages/python-xyz.scm (python-matplotlib-documentation) [native-inputs]: Add ffmpeg, graphviz, python-matplotlib, python-pyyaml, python-sphinx-tags and python-sphinxcontrib-video. Relates-to: #4637 Change-Id: I59a23c3d6d6007def58528cb0b8d29eb4a0f8b13 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
a7196e2452
commit
d4dfe9500e
1 changed files with 6 additions and 1 deletions
|
|
@ -12182,20 +12182,25 @@ toolkits.")
|
|||
(symlink (string-append html "/_images")
|
||||
(string-append info "/matplotlib-figures"))))))))
|
||||
(native-inputs
|
||||
(list graphviz
|
||||
(list ffmpeg ;for matplotlib animation support
|
||||
graphviz
|
||||
inkscape/pinned
|
||||
python-colorspacious
|
||||
python-ipython
|
||||
python-ipykernel
|
||||
python-ipywidgets
|
||||
python-matplotlib
|
||||
python-mpl-sphinx-theme
|
||||
python-numpydoc
|
||||
python-pyyaml
|
||||
python-scipy
|
||||
python-sphinx
|
||||
python-sphinx-copybutton
|
||||
python-sphinx-design
|
||||
python-sphinx-gallery
|
||||
python-sphinx-tags
|
||||
python-sphinxcontrib-svg2pdfconverter
|
||||
python-sphinxcontrib-video
|
||||
texinfo
|
||||
texlive-dvipng-bin
|
||||
(texlive-local-tree
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue