mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: gupnp-igd: Set HOME before 'check' phase.
* gnu/packages/gnome.scm (gupnp-igd)[arguments]: Add 'set-home' phase.
This commit is contained in:
parent
f12cf46eed
commit
98eca86435
1 changed files with 5 additions and 0 deletions
|
@ -257,6 +257,11 @@ (define-public gupnp-igd
|
|||
(string-append (assoc-ref inputs "docbook-xml-4.1.2")
|
||||
"/xml/dtd/docbook/"))))
|
||||
#t))
|
||||
(add-before 'check 'set-home
|
||||
(lambda _
|
||||
;; A test using GIO expects ~/.config/glib-2.0/settings to be
|
||||
;; writable.
|
||||
(setenv "HOME" (getcwd))))
|
||||
(add-after 'install 'move-doc
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Reference in a new issue