gnu: macs: Fix build by setting HOME.

* gnu/packages/bioinformatics.scm (macs)[arguments]: Add build phase to set
HOME variable.
This commit is contained in:
Ricardo Wurmus 2021-10-24 19:09:35 +00:00
parent 1d01043a4f
commit 238f47c76f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4878,6 +4878,8 @@ (define-public macs
(arguments
`(#:phases
(modify-phases %standard-phases
(add-before 'build 'set-HOME
(lambda _ (setenv "HOME" "/tmp")))
(replace 'check
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
(when tests?