gnu: dbus: Detect failures in the install phase.

* gnu/packages/glib.scm (dbus)[arguments]: Use 'invoke' instead of 'system*'.
master
Mark H Weaver 2018-03-17 20:22:17 -04:00
parent b4291db238
commit d009c44a58
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 4 additions and 4 deletions

View File

@ -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