[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/15: gnu: python2-xopen: Fix build.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/15: gnu: python2-xopen: Fix build. |
Date: |
Fri, 29 Jun 2018 21:54:48 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit af029a80dd0e81be65b05ffa9a68c7ee43a62ae9
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Jun 30 01:58:10 2018 +0200
gnu: python2-xopen: Fix build.
* gnu/packages/python.scm (python2-xopen)[propagated-inputs]: Add
python2-bz2file.
---
gnu/packages/python.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d4e0120..b05911d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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
- branch master updated (fd1395c -> d17d1e7), Tobias Geerinckx-Rice, 2018/06/29
- 02/15: gnu: python2-xopen: Fix build.,
Tobias Geerinckx-Rice <=
- 04/15: gnu: python-rst.linker: Update to 1.10., Tobias Geerinckx-Rice, 2018/06/29
- 08/15: gnu: petsc: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/29
- 11/15: gnu: mumps: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/29
- 12/15: gnu: slepc: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/29
- 06/15: gnu: xxhash: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/06/29
- 07/15: gnu: xxhash: Update to 0.6.5., Tobias Geerinckx-Rice, 2018/06/29
- 10/15: gnu: superlu-dist: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/29
- 13/15: gnu: wget2: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/29
- 03/15: gnu: python-xopen: Update to 0.3.3., Tobias Geerinckx-Rice, 2018/06/29
- 05/15: gnu: tlsdate: Bump COMPILE_DATE., Tobias Geerinckx-Rice, 2018/06/29