mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-sphinx-gallery: Propagate python-joblib.
* gnu/packages/sphinx.scm (python-sphinx-gallery) [propagated-inputs]: Add python-joblib. Change-Id: Ia14e770a620a4398c48ad3dca28a6a27a17b4ea4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
079e5ccdfe
commit
5177181a12
1 changed files with 5 additions and 1 deletions
|
|
@ -907,7 +907,11 @@ Sphinx documents in web templates and to handle searches.")
|
|||
python-statsmodels
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-pillow
|
||||
;; Propagate joblib as it's needed when building Sphinx doc in parallel
|
||||
;; (otherwise the error "joblib must be importable when parallel mode is
|
||||
;; enabled" is thrown).
|
||||
(list python-joblib
|
||||
python-pillow
|
||||
python-sphinx))
|
||||
(home-page "https://sphinx-gallery.github.io/stable/index.html")
|
||||
(synopsis "Generate an examples gallery automatically")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue