guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/10: gnu: python2-ttystatus: Use INVOKE.


From: guix-commits
Subject: 07/10: gnu: python2-ttystatus: Use INVOKE.
Date: Wed, 23 Jan 2019 12:40:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cbeee88181b6e7d0c102c361bfaf5d1c152e8463
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:39:07 2019 +0100

    gnu: python2-ttystatus: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python2-ttystatus)[arguments]: 
Unconditionally
    return #T from "check" phase.
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0f02163..1b138f3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11262,8 +11262,7 @@ iterating over input files.")
          ;; 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]