guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/15: gnu: macs: Fix build by setting HOME.


From: guix-commits
Subject: 11/15: gnu: macs: Fix build by setting HOME.
Date: Sun, 24 Oct 2021 16:39:09 -0400 (EDT)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 238f47c76f278f06978e812928c34d143b3111a0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 19:09:35 2021 +0000

    gnu: macs: Fix build by setting HOME.
    
    * gnu/packages/bioinformatics.scm (macs)[arguments]: Add build phase to set
    HOME variable.
---
 gnu/packages/bioinformatics.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 822f356..714aec6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4878,6 +4878,8 @@ experiments.")
     (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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]