Put in earplugs

This commit is contained in:
nik gaffney 2024-02-09 17:06:00 +01:00
parent 20402aff26
commit be7d68b400
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -151,13 +151,6 @@
"SPHINXBUILD = sphinx-build\n"))
#t))))
(build-system gnu-build-system)
;; 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
@ -187,7 +180,15 @@
(arguments
(list
#:phases
#~(modify-phases %standard-phases
#~(modify-phases
%standard-phases
;; required for go build/linking phase
;; (setenv "GOCACHE" "/tmp/.gocache")
(add-before 'check 'fix-home-directory
(lambda _
(setenv "HOME" "/tmp")))
(delete 'configure) ;no configure script
(replace 'build
(lambda* (#:key inputs #:allow-other-keys)