[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: xfconf: Fix test.
From: |
??? |
Subject: |
01/02: gnu: xfconf: Fix test. |
Date: |
Sun, 18 Oct 2015 00:44:42 +0000 |
iyzsong pushed a commit to branch dbus-update
in repository guix.
commit 406766c0d0f9ab45efb45baf0b542ebb7788ccd4
Author: 宋文武 <address@hidden>
Date: Sun Oct 18 08:41:44 2015 +0800
gnu: xfconf: Fix test.
* gnu/packages/xfce.scm (xfconf)[arguments]: Run test with
'DBUS_FATAL_WARNINGS=0'.
---
gnu/packages/xfce.scm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index e42c580..ae10929 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -111,6 +111,8 @@ Xfce Desktop Environment.")
;; Run test-suite under a dbus session.
(setenv "XDG_DATA_DIRS" ; for finding org.xfce.Xfconf.service
(string-append %output "/share"))
+ ;; For the missing '/etc/machine-id'.
+ (setenv "DBUS_FATAL_WARNINGS" "0");
(zero? (system* "dbus-launch" "make" "check")))
(alist-delete 'check %standard-phases))))
(native-inputs