mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python2-contextlib2: Use 'invoke' instead of 'system*'.
* gnu/packages/python.scm (python2-contextlib2)[arguments]: Use INVOKE.
This commit is contained in:
parent
d06940882d
commit
073705e725
1 changed files with 1 additions and 3 deletions
|
@ -7176,9 +7176,7 @@ (define-public python2-contextlib2
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _ (zero?
|
||||
(system*
|
||||
"python" "test_contextlib2.py" "-v")))))))
|
||||
(lambda _ (invoke "python" "test_contextlib2.py" "-v"))))))
|
||||
(native-inputs
|
||||
`(("python2-unittest2" ,python2-unittest2)))
|
||||
(home-page "http://contextlib2.readthedocs.org/")
|
||||
|
|
Loading…
Reference in a new issue