mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
696e2cc345
commit
b200e57d5d
1 changed files with 2 additions and 0 deletions
|
@ -468,6 +468,8 @@ (define-public python-sphinxcontrib-websupport
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Tests depend on Sphinx, which depends on this.
|
;; FIXME: Tests depend on Sphinx, which depends on this.
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-sphinxcontrib-serializinghtml))
|
||||||
(home-page "https://sphinx-doc.org/")
|
(home-page "https://sphinx-doc.org/")
|
||||||
(synopsis "Sphinx API for web applications")
|
(synopsis "Sphinx API for web applications")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue