gnu: python2-xopen: Fix build.

* gnu/packages/python.scm (python2-xopen)[propagated-inputs]: Add
python2-bz2file.
master
Tobias Geerinckx-Rice 2018-06-30 01:58:10 +02:00
parent d5ed14bdda
commit af029a80dd
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 1 deletions

View File

@ -10446,7 +10446,12 @@ possible on all supported Python versions.")
(license license:expat)))
(define-public python2-xopen
(package-with-python2 python-xopen))
(let ((base (package-with-python2
(strip-python2-variant python-xopen))))
(package
(inherit base)
(propagated-inputs `(("python2-bz2file" ,python2-bz2file)
,@(package-propagated-inputs base))))))
(define-public python2-cheetah
(package