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")) "SPHINXBUILD = sphinx-build\n"))
#t)))) #t))))
(build-system gnu-build-system) (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 (native-inputs
(list dbus (list dbus
mesa mesa
@ -187,7 +180,15 @@
(arguments (arguments
(list (list
#:phases #: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 (delete 'configure) ;no configure script
(replace 'build (replace 'build
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)