gnu: python-sphinxcontrib-websupport: Add missing input.
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport)[propagated-inputs]: Add PYTHON-SPHINXCONTRIB-SERIALIZINGHTML.master
parent
696e2cc345
commit
b200e57d5d
|
@ -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
|
||||
|
|
Reference in New Issue