gnu: python-rarfile: Use INVOKE.
* gnu/packages/python-xyz.scm (python-rarfile)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
40b8c4e34d
commit
e59dd3415d
|
@ -8489,7 +8489,7 @@ module, adding support for Unicode strings.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
;; Many tests fail, but the installation proceeds.
|
;; Many tests fail, but the installation proceeds.
|
||||||
(lambda _ (zero? (system* "make" "-C" "test" "test")))))))
|
(lambda _ (invoke "make" "-C" "test" "test"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("which" ,which))) ; required for tests
|
`(("which" ,which))) ; required for tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue