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"))
|
||||
#t))))
|
||||
(build-system gnu-build-system)
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
;; required for go build/linking phase
|
||||
(variable "GOCACHE")
|
||||
(files '("/tmp/.gocache"))
|
||||
(file-type 'directory))))
|
||||
;; 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
|
||||
(list dbus
|
||||
mesa
|
||||
|
|
Loading…
Reference in a new issue