gnu: at-spi2-core: Use invoke.

* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Use invoke.
master
Mark H Weaver 2018-03-23 04:45:35 -04:00
parent 6c23ed9b58
commit 122ad429dc
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ in the GNOME project.")
(lambda _
;; Don't fail on missing '/etc/machine-id'.
(setenv "DBUS_FATAL_WARNINGS" "0")
(zero? (system* "dbus-launch" "make" "check")))))))
(invoke "dbus-launch" "make" "check"))))))
(propagated-inputs
;; atspi-2.pc refers to all these.
`(("dbus" ,dbus)