mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: python-sphinx: Alphabetize inputs.
* gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Alphabetize.
This commit is contained in:
parent
0066f6be05
commit
4b8c8f76c5
1 changed files with 5 additions and 5 deletions
|
@ -69,16 +69,16 @@ (define-public python-sphinx
|
|||
"@pytest.mark.skip()"))
|
||||
(invoke "make" "test"))))))
|
||||
(propagated-inputs
|
||||
`(("python-imagesize" ,python-imagesize)
|
||||
("python-sphinx-alabaster-theme"
|
||||
,python-sphinx-alabaster-theme)
|
||||
("python-babel" ,python-babel)
|
||||
("python-snowballstemmer" ,python-snowballstemmer)
|
||||
`(("python-babel" ,python-babel)
|
||||
("python-docutils" ,python-docutils)
|
||||
("python-jinja2" ,python-jinja2)
|
||||
("python-imagesize" ,python-imagesize)
|
||||
("python-packaging" ,python-packaging)
|
||||
("python-pygments" ,python-pygments)
|
||||
("python-requests" ,python-requests)
|
||||
("python-snowballstemmer" ,python-snowballstemmer)
|
||||
("python-sphinx-alabaster-theme"
|
||||
,python-sphinx-alabaster-theme)
|
||||
("python-sphinxcontrib-applehelp" ,python-sphinxcontrib-applehelp)
|
||||
("python-sphinxcontrib-devhelp" ,python-sphinxcontrib-devhelp)
|
||||
("python-sphinxcontrib-htmlhelp" ,python-sphinxcontrib-htmlhelp)
|
||||
|
|
Loading…
Reference in a new issue