diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-03 12:31:24 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:23 +0100 |
| commit | 70c8daebb79786ce532d29f489fb47b7120afc58 (patch) | |
| tree | 007477af5da13fc46573274190a7c981346a8742 /gnu | |
| parent | 9f6e09a7d75f7f3530d632e559974ae5ec945654 (diff) | |
gnu: python-sphinxcontrib-websupport: Fix build.
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport):
[propagated-inputs]: Add python-jinja2, python-sphinx.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/sphinx.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 428e04a7c67..7d4b7f5c484 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm | |||
| @@ -959,7 +959,9 @@ builder does not support SVG images natively (e.g. LaTeX).") | |||
| 959 | (native-inputs | 959 | (native-inputs |
| 960 | (list python-flit-core)) | 960 | (list python-flit-core)) |
| 961 | (propagated-inputs | 961 | (propagated-inputs |
| 962 | (list python-sphinxcontrib-serializinghtml)) | 962 | (list python-jinja2 |
| 963 | python-sphinx | ||
| 964 | python-sphinxcontrib-serializinghtml)) | ||
| 963 | (home-page "https://sphinx-doc.org/") | 965 | (home-page "https://sphinx-doc.org/") |
| 964 | (synopsis "Sphinx API for web applications") | 966 | (synopsis "Sphinx API for web applications") |
| 965 | (description | 967 | (description |
