guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python2-bz2file: Use python-2.


From: Ben Woodcroft
Subject: 01/01: gnu: python2-bz2file: Use python-2.
Date: Thu, 4 Aug 2016 10:10:50 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 752bb44794b27a10b968c3191140431b1d10b65c
Author: Ben Woodcroft <address@hidden>
Date:   Thu Aug 4 20:02:01 2016 +1000

    gnu: python2-bz2file: Use python-2.
    
    This is a followup to 124df723a0150e968910e34d5e94023b18901d0c.
    Problem reported by Andreas Enge <address@hidden>.
    
    * gnu/packages/python.scm (python2-bz2file)[arguments]: Use python-2.
---
 gnu/packages/python.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 41b9bd7..470bad8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8855,7 +8855,8 @@ development version of CPython that are not available in 
older releases.")
       (native-inputs
        `(("python2-setuptools" ,python2-setuptools)))
       (arguments
-       `(#:phases
+       `(#:python ,python-2
+         #:phases
          (modify-phases %standard-phases
            ;; 'python setup.py test' does not work as of 0.98.
            ;; There is only the one test file, so we run it directly.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]