gnu: at-spi2-atk: Use invoke.

* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Use invoke.
This commit is contained in:
Mark H Weaver 2018-03-23 04:46:47 -04:00
parent 122ad429dc
commit f9b282f484
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ is part of the GNOME accessibility project.")
;; Run test-suite under a dbus session.
(lambda _
(setenv "DBUS_FATAL_WARNINGS" "0")
(zero? (system* "dbus-launch" "make" "check")))))))
(invoke "dbus-launch" "make" "check"))))))
(propagated-inputs
`(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc
(inputs