me
/
guix
Archived
1
0
Fork 0

gnu: python-patsy: Return #t from phases.

* gnu/packages/statistics.scm (python-patsy)[arguments]: Substitute
INVOKE for SYSTEM*.
master
Tobias Geerinckx-Rice 2018-06-26 17:50:42 +02:00
parent b44b14cd85
commit 9cbd819ab7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -1816,7 +1816,8 @@ and fast file reading.")
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check (lambda _ (zero? (system* "nosetests" "-v")))))))
(replace 'check
(lambda _ (invoke "nosetests" "-v"))))))
(propagated-inputs
`(("python-numpy" ,python-numpy)
("python-scipy" ,python-scipy)