gnu: python-rarfile: Use INVOKE.

* gnu/packages/python-xyz.scm (python-rarfile)[arguments]: Unconditionally
return #T from "check" phase.
master
Ricardo Wurmus 2019-01-23 17:20:41 +01:00
parent 40b8c4e34d
commit e59dd3415d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -8489,7 +8489,7 @@ module, adding support for Unicode strings.")
(modify-phases %standard-phases
(replace 'check
;; Many tests fail, but the installation proceeds.
(lambda _ (zero? (system* "make" "-C" "test" "test")))))))
(lambda _ (invoke "make" "-C" "test" "test"))))))
(native-inputs
`(("which" ,which))) ; required for tests
(propagated-inputs