guix-commits
[Top][All Lists]
Advanced

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

05/36: gnu: gpm: Use invoke.


From: Mark H. Weaver
Subject: 05/36: gnu: gpm: Use invoke.
Date: Thu, 12 Apr 2018 04:09:17 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 90a54e367456dd02385d223658c6e0e53a033c6a
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 16 02:13:57 2018 -0400

    gnu: gpm: Use invoke.
    
    * gnu/packages/linux.scm (gpm)[arguments]: Use invoke and remove vestigial
    result code plumbing.
---
 gnu/packages/linux.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b5201a3..82e4552 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3133,10 +3133,9 @@ write access to exFAT devices.")
                       ;; need to bootstrap things ourselves.
                       (substitute* "autogen.sh"
                         (("/bin/sh") (which "sh")))
-                      (and (zero? (system* "./autogen.sh"))
-                           (begin
-                             (patch-makefile-SHELL "Makefile.include.in")
-                             #t)))))
+                      (invoke "./autogen.sh")
+                      (patch-makefile-SHELL "Makefile.include.in")
+                      #t)))
 
        ;; Make sure programs find libgpm.so.
        #:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="



reply via email to

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