From 752bb44794b27a10b968c3191140431b1d10b65c Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Thu, 4 Aug 2016 20:02:01 +1000 Subject: gnu: python2-bz2file: Use python-2. This is a followup to 124df723a0150e968910e34d5e94023b18901d0c. Problem reported by Andreas Enge . * gnu/packages/python.scm (python2-bz2file)[arguments]: Use python-2. --- gnu/packages/python.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 41b9bd7986..470bad84ff 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8855,7 +8855,8 @@ (define-public python2-bz2file (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. -- cgit v1.2.3