gnu: python-sphinxcontrib-websupport: Add a python2 variant.

* gnu/packages/python.scm (python2-sphinxcontrib-websupport): New public variable.
This commit is contained in:
Marius Bakke 2018-08-21 07:58:09 +02:00
parent f65ef00556
commit f70785a4c0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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")