Put in earplugs
This commit is contained in:
parent
4d65f4b931
commit
20402aff26
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'fix-home-directory
|
(add-before 'check 'fix-home-directory
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "HOME" "/tmp")
|
(setenv "HOME" "/tmp"))))
|
||||||
(setenv "GOCACHE" "/tmp/.gocache"))))
|
;; (setenv "GOCACHE" "/tmp/.gocache")
|
||||||
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus
|
(list dbus
|
||||||
|
|
Loading…
Reference in a new issue