Put in earplugs
This commit is contained in:
parent
a2282d49a1
commit
1b40c72399
1 changed files with 6 additions and 0 deletions
|
@ -151,6 +151,12 @@
|
||||||
"SPHINXBUILD = sphinx-build\n"))
|
"SPHINXBUILD = sphinx-build\n"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(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))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus
|
(list dbus
|
||||||
mesa
|
mesa
|
||||||
|
|
Loading…
Reference in a new issue