mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python2-larch: Use INVOKE.
* gnu/packages/python-xyz.scm (python2-larch)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
cbeee88181
commit
204ad455ec
1 changed files with 1 additions and 2 deletions
|
@ -11324,8 +11324,7 @@ happens using the @code{logging} library.")
|
||||||
;; and fails.
|
;; and fails.
|
||||||
(delete 'check)
|
(delete 'check)
|
||||||
(add-before 'build 'check
|
(add-before 'build 'check
|
||||||
(lambda _
|
(lambda _ (invoke "make" "check"))))))
|
||||||
(zero? (system* "make" "check")))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cmdtest" ,cmdtest)
|
`(("cmdtest" ,cmdtest)
|
||||||
("python2-coverage-test-runner" ,python2-coverage-test-runner)))
|
("python2-coverage-test-runner" ,python2-coverage-test-runner)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue