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"))
|
||||
#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))))
|
||||
(native-inputs
|
||||
(list dbus
|
||||
mesa
|
||||
|
|
Loading…
Reference in a new issue