Put in earplugs

This commit is contained in:
nik gaffney 2024-02-09 16:48:29 +01:00
parent 1b40c72399
commit 4d65f4b931
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -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))))
(modify-phases %standard-phases
(add-before 'check 'fix-home-directory
(lambda _
(setenv "HOME" "/tmp")
(setenv "GOCACHE" "/tmp/.gocache"))))
(native-inputs
(list dbus
mesa