nckx pushed a commit to branch master
in repository guix.

commit b7fd3e96c7b6ccf7f6f9949b5a263753b4fee50e
Author: Tobias Geerinckx-Rice <[email protected]>
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