guix-commits
[Top][All Lists]
Advanced

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

126/135: gnu: r-biocthis: Set HOME variable.


From: guix-commits
Subject: 126/135: gnu: r-biocthis: Set HOME variable.
Date: Wed, 3 Nov 2021 18:00:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3c3d7f04100a1634ae5ea2b37a59e1cebcbbfdd2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 2 16:06:34 2021 +0000

    gnu: r-biocthis: Set HOME variable.
    
    * gnu/packages/bioconductor.scm (r-biocthis)[arguments]: Add build phase
    'set-HOME.
---
 gnu/packages/bioconductor.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 936be14..ab853cf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14183,6 +14183,11 @@ Python environments in a single R session.")
          "08awghsg7q22csb0j9dr8dpb1vkn9gcs9qnhhljxifkw2ahbqia4"))))
     (properties `((upstream-name . "biocthis")))
     (build-system r-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'set-HOME
+           (lambda _ (setenv "HOME" "/tmp"))))))
     (propagated-inputs
      `(("r-biocmanager" ,r-biocmanager)
        ("r-fs" ,r-fs)



reply via email to

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