diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-23 19:51:29 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-23 19:52:46 +0200 |
commit | b200e57d5d02c3795fdc4fa05174109f3465e449 (patch) | |
tree | 50b81da358599797f55a187e6c9f7fa05ee1aeef /gnu | |
parent | 696e2cc345f015c32f211bf0d0330c04b1cf5f15 (diff) |
gnu: python-sphinxcontrib-websupport: Add missing input.
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport)[propagated-inputs]:
Add PYTHON-SPHINXCONTRIB-SERIALIZINGHTML.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 713000909c..bbb070ddf6 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -468,6 +468,8 @@ builder does not support SVG images natively (e.g. LaTeX).") (arguments ;; FIXME: Tests depend on Sphinx, which depends on this. `(#:tests? #f)) + (propagated-inputs + (list python-sphinxcontrib-serializinghtml)) (home-page "https://sphinx-doc.org/") (synopsis "Sphinx API for web applications") (description |