guix-commits
[Top][All Lists]
Advanced

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

08/27: gnu: wicd: Use INVOKE.


From: guix-commits
Subject: 08/27: gnu: wicd: Use INVOKE.
Date: Fri, 25 Jan 2019 07:21:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit aa0c73e7aa9c894c6e1fb4c037ca2c5eca49cd2f
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 10:46:56 2019 +0100

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

diff --git a/gnu/packages/wicd.scm b/gnu/packages/wicd.scm
index 01113bc..fec39ad 100644
--- a/gnu/packages/wicd.scm
+++ b/gnu/packages/wicd.scm
@@ -168,7 +168,7 @@
                  (format #t
                          "running ~s with command ~s and parameters ~s~%"
                          "python setup.py" "configure" params)
-                 (zero? (apply system* "python" "setup.py" "configure" 
params))))))
+                 (apply invoke "python" "setup.py" "configure" params)))))
          (add-after 'install 'post-install
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))



reply via email to

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