gnu: python-sphinxcontrib-websupport: Add missing input.

* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport)[propagated-inputs]:
Add PYTHON-SPHINXCONTRIB-SERIALIZINGHTML.
This commit is contained in:
Marius Bakke 2022-06-23 19:51:29 +02:00
parent 696e2cc345
commit b200e57d5d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -468,6 +468,8 @@ (define-public python-sphinxcontrib-websupport
(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