guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: python-setproctitle: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 05/06: gnu: python-setproctitle: Use INVOKE.
Date: Wed, 26 Sep 2018 21:52:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b733dbc0fb5bd1648f1fdce6471f048886e69e73
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 25 10:15:37 2018 +0200

    gnu: python-setproctitle: Use INVOKE.
    
    * gnu/packages/python.scm (python-setproctitle)[arguments]: Substitute
    INVOKE for SYSTEM*.
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5c6c79d..4703d95 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10482,7 +10482,7 @@ theme for the Sphinx documentation system.  It's the 
default theme of Sphinx.")
              (setenv "CC" "gcc")
              ;; No need to extend PYTHONPATH to find the built package, since
              ;; the Makefile will build anyway
-             (zero? (system* "make" "check")))))))
+             (invoke "make" "check"))))))
   (native-inputs
    `(("procps" ,procps))) ; required for tests
   (home-page



reply via email to

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