gnu: at-spi2-atk: Fix test.

* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Run test with
  'DBUS_FATAL_WARNINGS=0'.
master
宋文武 2015-10-17 17:52:54 +08:00
parent 9b0bbb4767
commit 5fba12ecd3
1 changed files with 1 additions and 0 deletions

View File

@ -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