gnu: at-spi2-atk: Use invoke.
* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Use invoke.
This commit is contained in:
parent
122ad429dc
commit
f9b282f484
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue