mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
1 changed files with 1 additions and 2 deletions
|
@ -11262,8 +11262,7 @@ (define-public python2-ttystatus
|
|||
;; and fails.
|
||||
(delete 'check)
|
||||
(add-before 'build 'check
|
||||
(lambda _
|
||||
(zero? (system* "make" "check")))))))
|
||||
(lambda _ (invoke "make" "check"))))))
|
||||
(home-page "https://liw.fi/ttystatus/")
|
||||
(synopsis "Python library for showing progress reporting and
|
||||
status updates on terminals")
|
||||
|
|
Loading…
Reference in a new issue