gnu: python2-ttystatus: Use INVOKE.
* gnu/packages/python-xyz.scm (python2-ttystatus)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
6c826d3278
commit
cbeee88181
|
@ -11262,8 +11262,7 @@ iterating over input files.")
|
||||||
;; 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")))))))
|
|
||||||
(home-page "https://liw.fi/ttystatus/")
|
(home-page "https://liw.fi/ttystatus/")
|
||||||
(synopsis "Python library for showing progress reporting and
|
(synopsis "Python library for showing progress reporting and
|
||||||
status updates on terminals")
|
status updates on terminals")
|
||||||
|
|
Loading…
Reference in New Issue