gnu: python-patsy: Return #t from phases.
* gnu/packages/statistics.scm (python-patsy)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
b44b14cd85
commit
9cbd819ab7
|
@ -1816,7 +1816,8 @@ and fast file reading.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check (lambda _ (zero? (system* "nosetests" "-v")))))))
|
(replace 'check
|
||||||
|
(lambda _ (invoke "nosetests" "-v"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-numpy" ,python-numpy)
|
`(("python-numpy" ,python-numpy)
|
||||||
("python-scipy" ,python-scipy)
|
("python-scipy" ,python-scipy)
|
||||||
|
|
Loading…
Reference in New Issue