Put in earplugs
This commit is contained in:
parent
20402aff26
commit
be7d68b400
1 changed files with 9 additions and 8 deletions
|
@ -151,13 +151,6 @@
|
||||||
"SPHINXBUILD = sphinx-build\n"))
|
"SPHINXBUILD = sphinx-build\n"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; required for go build/linking phase
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-before 'check 'fix-home-directory
|
|
||||||
(lambda _
|
|
||||||
(setenv "HOME" "/tmp"))))
|
|
||||||
;; (setenv "GOCACHE" "/tmp/.gocache")
|
|
||||||
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus
|
(list dbus
|
||||||
mesa
|
mesa
|
||||||
|
@ -187,7 +180,15 @@
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases
|
||||||
|
%standard-phases
|
||||||
|
;; required for go build/linking phase
|
||||||
|
;; (setenv "GOCACHE" "/tmp/.gocache")
|
||||||
|
|
||||||
|
(add-before 'check 'fix-home-directory
|
||||||
|
(lambda _
|
||||||
|
(setenv "HOME" "/tmp")))
|
||||||
|
|
||||||
(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