unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37273] [PATCH 07/19] gnu: xfconf: Fix tests.
@ 2019-09-02 14:04 L p R n d n
  2019-09-06 22:24 ` bug#37273: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: L p R n d n @ 2019-09-02 14:04 UTC (permalink / raw)
  To: 37273

* 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(-)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37273: [PATCH 07/19] gnu: xfconf: Fix tests.
  2019-09-02 14:04 [bug#37273] [PATCH 07/19] gnu: xfconf: Fix tests L p R n d n
@ 2019-09-06 22:24 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-09-06 22:24 UTC (permalink / raw)
  To: L p R n d n; +Cc: 37273-done

L  p R n  d n <guix@lprndn.info> skribis:

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

Good catch.  Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-06 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-02 14:04 [bug#37273] [PATCH 07/19] gnu: xfconf: Fix tests L p R n d n
2019-09-06 22:24 ` bug#37273: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).