guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: python2-larch: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit 204ad455ecb97f27e2e9ed6bd550b1a98e4a1839
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:39:22 2019 +0100

    gnu: python2-larch: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python2-larch)[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 1b138f3..6148696 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11324,8 +11324,7 @@ happens using the @code{logging} library.")
          ;; and fails.
          (delete 'check)
          (add-before 'build 'check
-           (lambda _
-             (zero? (system* "make" "check")))))))
+           (lambda _ (invoke "make" "check"))))))
     (native-inputs
      `(("cmdtest" ,cmdtest)
        ("python2-coverage-test-runner" ,python2-coverage-test-runner)))



reply via email to

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