mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-spectra: Use INVOKE.
* gnu/packages/python-xyz.scm (python-spectra)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
d79e0b3a03
commit
38ec0f6adc
1 changed files with 1 additions and 2 deletions
|
@ -2894,8 +2894,7 @@ (define-public python-spectra
|
|||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(zero? (system* "nosetests" "-v")))))))
|
||||
(lambda _ (invoke "nosetests" "-v"))))))
|
||||
(propagated-inputs
|
||||
`(("python-colormath" ,python-colormath)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue