diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-12-04 23:15:20 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:34 +0100 |
| commit | 4869f4fe7749bae58af612b93c18087c38c5d9bc (patch) | |
| tree | 08d01c0b6d3eabe4422d9eb65a4a7b39abd424c5 /gnu/packages/python-xyz.scm | |
| parent | b94c530e7cc8cddb4cfe38f9d8ef976ef978e663 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 45fefe58313..d0d32a68b86 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12220,20 +12220,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 |
