mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -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.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-sphinxcontrib-websupport
|
||||
(package-with-python2 python-sphinxcontrib-websupport))
|
||||
|
||||
(define-public python-sphinx
|
||||
(package
|
||||
(name "python-sphinx")
|
||||
|
|
Loading…
Reference in a new issue