mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: gnome-desktop: Fix tests.
* gnu/packages/gnome.scm (gnome-desktop)[arguments]: Set XDG_CACHE_HOME and XDG_CONFIG_HOME variables for the tests.
This commit is contained in:
parent
591a3f5714
commit
fc4b13ee82
1 changed files with 2 additions and 0 deletions
|
@ -2181,6 +2181,8 @@ (define-public gnome-desktop
|
|||
;; 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")))))))
|
||||
|
|
Loading…
Reference in a new issue