guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python2-pystache: Use INVOKE.


From: guix-commits
Subject: 01/01: gnu: python2-pystache: Use INVOKE.
Date: Wed, 23 Jan 2019 12:17:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit dfafc29bcf5a30f9162266e1ee11d4af01e03a9a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:16:49 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eaa7a93..96a9229 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2145,7 +2145,7 @@ logic-free templating system Mustache.")
               (modify-phases %standard-phases
                 (replace 'check
                   (lambda _
-                    (zero? (system* "python" "test_pystache.py")))))))))
+                    (invoke "python" "test_pystache.py"))))))))
 
 (define-public python-joblib
   (package



reply via email to

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