guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: gnome-desktop: Fix tests.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: gnome-desktop: Fix tests.
Date: Mon, 16 Aug 2021 04:24:17 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new fc4b13e  gnu: gnome-desktop: Fix tests.
fc4b13e is described below

commit fc4b13ee822dd7a493cac82052c14590d7351536
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Aug 16 10:23:10 2021 +0200

    gnu: gnome-desktop: Fix tests.
    
    * gnu/packages/gnome.scm (gnome-desktop)[arguments]: Set XDG_CACHE_HOME and
    XDG_CONFIG_HOME variables for the tests.
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3f49a33..4750f64 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2181,6 +2181,8 @@ offline sources, providing a centralized place for 
managing your contacts.")
              ;; Tests require a running X server and locales.
              (system "Xvfb :1 &")
              (setenv "DISPLAY" ":1")
+             (setenv "XDG_CACHE_HOME" "/tmp/xdg-cache")
+             (setenv "XDG_CONFIG_HOME" "/tmp")
              (setenv "GUIX_LOCPATH"
                      (search-input-directory inputs
                                              "lib/locale")))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]