mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: python-sphinxcontrib-websupport: Add a python2 variant.
* gnu/packages/python.scm (python2-sphinxcontrib-websupport): New public variable.
This commit is contained in:
parent
f65ef00556
commit
f70785a4c0
1 changed files with 3 additions and 0 deletions
|
@ -2404,6 +2404,9 @@ (define-public python-sphinxcontrib-websupport
|
||||||
integrate Sphinx documents in web templates and to handle searches.")
|
integrate Sphinx documents in web templates and to handle searches.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python2-sphinxcontrib-websupport
|
||||||
|
(package-with-python2 python-sphinxcontrib-websupport))
|
||||||
|
|
||||||
(define-public python-sphinx
|
(define-public python-sphinx
|
||||||
(package
|
(package
|
||||||
(name "python-sphinx")
|
(name "python-sphinx")
|
||||||
|
|
Loading…
Reference in a new issue