guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: at-spi2-atk: Fix test.


From: ???
Subject: 02/02: gnu: at-spi2-atk: Fix test.
Date: Sat, 17 Oct 2015 09:54:12 +0000

iyzsong pushed a commit to branch dbus-update
in repository guix.

commit 5fba12ecd3146e17d826167b6b9ffdfcbe2a49c9
Author: 宋文武 <address@hidden>
Date:   Sat Oct 17 17:52:54 2015 +0800

    gnu: at-spi2-atk: Fix test.
    
    * gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Run test with
      'DBUS_FATAL_WARNINGS=0'.
---
 gnu/packages/gtk.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index cee8bd6..4d66dd5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -442,6 +442,7 @@ is part of the GNOME accessibility project.")
         (replace 'check
                  ;; Run test-suite under a dbus session.
                  (lambda _
+                   (setenv "DBUS_FATAL_WARNINGS" "0")
                    (zero? (system* "dbus-launch" "make" "check")))))))
    (propagated-inputs
     `(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc



reply via email to

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