guix-commits
[Top][All Lists]
Advanced

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

14/21: gnu: python2-ipaddr: Use INVOKE.


From: guix-commits
Subject: 14/21: gnu: python2-ipaddr: Use INVOKE.
Date: Wed, 23 Jan 2019 12:13:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 40b8c4e34d2b311c8d8726bbc365baee6f29adb3
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 17:20:12 2019 +0100

    gnu: python2-ipaddr: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python2-ipaddr)[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 f020e1a..eaf1955 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6279,8 +6279,7 @@ implementations of ASN.1-based codecs and protocols.")
        #:phases
        (modify-phases %standard-phases
          (replace 'check
-           (lambda* _
-             (zero? (system* "python" "ipaddr_test.py")))))))
+           (lambda _ (invoke "python" "ipaddr_test.py"))))))
     (home-page "https://github.com/google/ipaddr-py";)
     (synopsis "IP address manipulation library")
     (description



reply via email to

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