guix-commits
[Top][All Lists]
Advanced

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

14/21: gnu: lsof: Update phase style.


From: Tobias Geerinckx-Rice
Subject: 14/21: gnu: lsof: Update phase style.
Date: Mon, 19 Feb 2018 00:07:26 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b7fd3e96c7b6ccf7f6f9949b5a263753b4fee50e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 18 19:32:48 2018 +0100

    gnu: lsof: Update phase style.
    
    * gnu/packages/lsof.scm (lsof)[arguments]: Substitute INVOKE for SYSTEM*
    and end phases with #t.
---
 gnu/packages/lsof.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lsof.scm b/gnu/packages/lsof.scm
index f9e9759..fcd5c2e 100644
--- a/gnu/packages/lsof.scm
+++ b/gnu/packages/lsof.scm
@@ -69,7 +69,8 @@
           (lambda _
             (setenv "LSOF_CC" "gcc")
             (setenv "LSOF_MAKE" "make")
-            (zero? (system* "./Configure" "linux"))))
+            (invoke "./Configure" "linux")
+            #t))
         (replace 'install
           (lambda* (#:key outputs #:allow-other-keys)
             (let ((out (assoc-ref outputs "out")))



reply via email to

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