guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: at-spi2-atk: Use invoke.


From: Mark H. Weaver
Subject: 02/03: gnu: at-spi2-atk: Use invoke.
Date: Fri, 23 Mar 2018 05:01:22 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit f9b282f484e0d6039765131f4ce8dbe165b97115
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 23 04:46:47 2018 -0400

    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 906ed30..2fc667b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]