diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-23 04:46:47 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-23 05:00:14 -0400 |
commit | f9b282f484e0d6039765131f4ce8dbe165b97115 (patch) | |
tree | db22c97425cf4c691b63c8909c7f8b9b3c1426b2 /gnu/packages/gtk.scm | |
parent | 122ad429dce4efbf83c2ceca9fd0d7642a0878d5 (diff) | |
download | patches-f9b282f484e0d6039765131f4ce8dbe165b97115.tar patches-f9b282f484e0d6039765131f4ce8dbe165b97115.tar.gz |
gnu: at-spi2-atk: Use invoke.
* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Use invoke.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 906ed30e23..2fc667b805 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -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 |