[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: xfconf: Fix tests.
From: |
guix-commits |
Subject: |
06/09: gnu: xfconf: Fix tests. |
Date: |
Fri, 6 Sep 2019 18:39:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 279b5730d41720868e4e9b93e1bf2338936bfaa7
Author: L p R n d n <address@hidden>
Date: Mon Sep 2 16:04:52 2019 +0200
gnu: xfconf: Fix tests.
* gnu/packages/xfce.scm (xfconf)[arguments]: Rename check phase to
custom-check.
[native-inputs]: Add dbus.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/xfce.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index d4b32b3..045f14f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -127,7 +127,7 @@ Xfce Desktop Environment.")
'(#:phases
;; Run check after install phase to test dbus activation.
(modify-phases %standard-phases
- (add-after 'install 'check
+ (add-after 'install 'custom-check
(lambda _
(setenv "HOME" (getenv "TMPDIR")) ; xfconfd requires a writable
HOME
;; Run test-suite under a dbus session.
@@ -142,7 +142,8 @@ Xfce Desktop Environment.")
("intltool" ,intltool)
("glib:bin" ,glib "bin") ;; for gdbus-codegen
("gobject-introspection" ,gobject-introspection)
- ("vala" ,vala)))
+ ("vala" ,vala)
+ ("dbus" ,dbus)))
(propagated-inputs
;; libxfconf-0.pc refers to all these.
`(("glib" ,glib)))
- branch master updated (7fc41e6 -> 8cc5d3d), guix-commits, 2019/09/06
- 01/09: gnu: ecl-net.didierverna.asdf-flv: Fix variable name., guix-commits, 2019/09/06
- 02/09: gnu: qtwebkit: Disable non-x86 builds., guix-commits, 2019/09/06
- 04/09: gnu: xfconf: Add support for gobject-introspection., guix-commits, 2019/09/06
- 06/09: gnu: xfconf: Fix tests.,
guix-commits <=
- 08/09: gnu: libxfce4ui: Add vendor., guix-commits, 2019/09/06
- 05/09: gnu: xfconf: Add vala support., guix-commits, 2019/09/06
- 07/09: gnu: libxfce4ui: Add gobject-introspection support., guix-commits, 2019/09/06
- 03/09: doc: Highlight Scheme syntax in the HTML output., guix-commits, 2019/09/06
- 09/09: gnu: xfce4-panel: Fix tzdata path., guix-commits, 2019/09/06