me
/
guix
Archived
1
0
Fork 0

gnu: spice: Adjust for newer GLib.

* gnu/packages/spice.scm (spice)[arguments]: Set XDG_CONFIG_HOME before
running the tests.
master
Marius Bakke 2021-06-17 12:57:02 +02:00
parent be78dea4d3
commit 02bf9bab8b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 8 additions and 0 deletions

View File

@ -252,6 +252,14 @@ which allows users to view a desktop computing environment.")
'("--enable-lz4"
"--enable-automated-tests")
#:phases
(modify-phases %standard-phases
;; XXX: Otherwise the server listen tests fails with
;; Failed to create /homeless-shelter/.config/glib-2.0/settings
(add-before 'check 'set-XDG_CONFIG_HOME
(lambda _
(setenv "XDG_CONFIG_HOME" "/tmp"))))
;; Several tests appear to be opening the same sockets concurrently.
#:parallel-tests? #f))
(synopsis "Server implementation of the SPICE protocol")