guix-commits
[Top][All Lists]
Advanced

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

15/21: gnu: python-rarfile: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit e59dd3415d1293ca46a1877bccfb7671b9ade169
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 17:20:41 2019 +0100

    gnu: python-rarfile: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python-rarfile)[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 eaf1955..c5f7567 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8489,7 +8489,7 @@ module, adding support for Unicode strings.")
        (modify-phases %standard-phases
          (replace 'check
            ;; Many tests fail, but the installation proceeds.
-           (lambda _ (zero? (system* "make" "-C" "test" "test")))))))
+           (lambda _ (invoke "make" "-C" "test" "test"))))))
     (native-inputs
      `(("which" ,which))) ; required for tests
     (propagated-inputs



reply via email to

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