Put in earplugs
This commit is contained in:
parent
be7d68b400
commit
4134d627aa
1 changed files with 4 additions and 1 deletions
|
@ -184,11 +184,14 @@
|
||||||
%standard-phases
|
%standard-phases
|
||||||
;; required for go build/linking phase
|
;; required for go build/linking phase
|
||||||
;; (setenv "GOCACHE" "/tmp/.gocache")
|
;; (setenv "GOCACHE" "/tmp/.gocache")
|
||||||
|
|
||||||
(add-before 'check 'fix-home-directory
|
(add-before 'check 'fix-home-directory
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "HOME" "/tmp")))
|
(setenv "HOME" "/tmp")))
|
||||||
|
|
||||||
|
(add-before 'build 'fix-gocache-directory
|
||||||
|
(lambda _
|
||||||
|
(setenv "GOCACHE" "/tmp/.gocache")))
|
||||||
|
|
||||||
(delete 'configure) ;no configure script
|
(delete 'configure) ;no configure script
|
||||||
(replace 'build
|
(replace 'build
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in a new issue