Put in earplugs
This commit is contained in:
parent
1b40c72399
commit
4d65f4b931
1 changed files with 7 additions and 6 deletions
|
@ -151,12 +151,13 @@
|
||||||
"SPHINXBUILD = sphinx-build\n"))
|
"SPHINXBUILD = sphinx-build\n"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-search-paths
|
;; required for go build/linking phase
|
||||||
(list (search-path-specification
|
(modify-phases %standard-phases
|
||||||
;; required for go build/linking phase
|
(add-before 'check 'fix-home-directory
|
||||||
(variable "GOCACHE")
|
(lambda _
|
||||||
(files '("/tmp/.gocache"))
|
(setenv "HOME" "/tmp")
|
||||||
(file-type 'directory))))
|
(setenv "GOCACHE" "/tmp/.gocache"))))
|
||||||
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus
|
(list dbus
|
||||||
mesa
|
mesa
|
||||||
|
|
Loading…
Reference in a new issue