guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: dbus: Detect failures in the install phase.


From: Mark H. Weaver
Subject: 01/03: gnu: dbus: Detect failures in the install phase.
Date: Sat, 17 Mar 2018 20:51:45 -0400 (EDT)

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

commit d009c44a5846084978d383bf192a773035872150
Author: Mark H Weaver <address@hidden>
Date:   Sat Mar 17 20:22:17 2018 -0400

    gnu: dbus: Detect failures in the install phase.
    
    * gnu/packages/glib.scm (dbus)[arguments]: Use 'invoke' instead of 
'system*'.
---
 gnu/packages/glib.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 1581858..6709922 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -112,10 +112,10 @@
          (replace 'install
                   (lambda _
                     ;; Don't try to create /var and /etc.
-                    (system* "make"
-                             "localstatedir=/tmp/dummy"
-                             "sysconfdir=/tmp/dummy"
-                             "install"))))))
+                    (invoke "make"
+                            "localstatedir=/tmp/dummy"
+                            "sysconfdir=/tmp/dummy"
+                            "install"))))))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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