mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -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
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _ (zero?
|
(lambda _ (invoke "python" "test_contextlib2.py" "-v"))))))
|
||||||
(system*
|
|
||||||
"python" "test_contextlib2.py" "-v")))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-unittest2" ,python2-unittest2)))
|
`(("python2-unittest2" ,python2-unittest2)))
|
||||||
(home-page "http://contextlib2.readthedocs.org/")
|
(home-page "http://contextlib2.readthedocs.org/")
|
||||||
|
|
Loading…
Reference in a new issue