[PATCH 07/19] gnu: xfconf: Fix tests.

  • Done
  • quality assurance status badge
Details
2 participants
  • L p R n d n
  • Ludovic Courtès
Owner
unassigned
Submitted by
L p R n d n
Severity
normal
L
L
L p R n d n wrote on 2 Sep 2019 16:04
(address . guix-patches@gnu.org)
20190902140452.2403-1-guix@lprndn.info
* gnu/packages/xfce.scm (xfconf)[arguments]: Rename check phase to
custom-check.
[native-inputs]: Add dbus.
---
gnu/packages/xfce.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index eb14157780..31a1209167 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)))
--
2.22.0
L
L
Ludovic Courtès wrote on 7 Sep 2019 00:24
(name . L p R n d n)(address . guix@lprndn.info)(address . 37273-done@debbugs.gnu.org)
87k1alawrt.fsf@gnu.org
L p R n d n <guix@lprndn.info> skribis:

Toggle quote (4 lines)
> * gnu/packages/xfce.scm (xfconf)[arguments]: Rename check phase to
> custom-check.
> [native-inputs]: Add dbus.

Good catch. Applied, thanks!
Closed
?