mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue