From f9b282f484e0d6039765131f4ce8dbe165b97115 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 23 Mar 2018 04:46:47 -0400 Subject: gnu: at-spi2-atk: Use invoke. * gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Use invoke. --- gnu/packages/gtk.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3