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
1 changed files with 3 additions and 0 deletions

View File

@ -2404,6 +2404,9 @@ Sphinx documentation into your web application. It provides tools to
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")