mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python2-bz2file: Use python-2.
This is a followup to 124df723a0
.
Problem reported by Andreas Enge <andreas@enge.fr>.
* gnu/packages/python.scm (python2-bz2file)[arguments]: Use python-2.
This commit is contained in:
parent
2470d779c9
commit
752bb44794
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue