gnu: python2-larch: Use INVOKE.

* gnu/packages/python-xyz.scm (python2-larch)[arguments]: Unconditionally
return #T from "check" phase.
This commit is contained in:
Ricardo Wurmus 2019-01-23 18:39:22 +01:00
parent cbeee88181
commit 204ad455ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -11324,8 +11324,7 @@ happens using the @code{logging} library.")
;; and fails.
(delete 'check)
(add-before 'build 'check
(lambda _
(zero? (system* "make" "check")))))))
(lambda _ (invoke "make" "check"))))))
(native-inputs
`(("cmdtest" ,cmdtest)
("python2-coverage-test-runner" ,python2-coverage-test-runner)))