[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/17: gnu: r-future-apply: Set HOME directory variable.
From: |
guix-commits |
Subject: |
02/17: gnu: r-future-apply: Set HOME directory variable. |
Date: |
Tue, 4 May 2021 03:48:09 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8ddbf984a2629124311290391e9a7ad45784616b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 08:42:13 2021 +0200
gnu: r-future-apply: Set HOME directory variable.
* gnu/packages/cran.scm (r-future-apply)[arguments]: Add phase "set-HOME".
---
gnu/packages/cran.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 818fd8f..8fab2f2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13917,6 +13917,11 @@ the local machine to, say, distributed processing on a
remote compute cluster.")
"1ns5cf80vyabvyz9qp6kpvkg4jycinn7x6v7x6692fgjapdnmyig"))))
(properties `((upstream-name . "future.apply")))
(build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'set-HOME
+ (lambda _ (setenv "HOME" "/tmp"))))))
(propagated-inputs
`(("r-future" ,r-future)
("r-globals" ,r-globals)))
- branch master updated (ec4012c -> b602ec9), guix-commits, 2021/05/04
- 02/17: gnu: r-future-apply: Set HOME directory variable.,
guix-commits <=
- 05/17: gnu: r-ensembldb: Update to 2.14.1., guix-commits, 2021/05/04
- 04/17: gnu: r-gage: Update to 2.40.2., guix-commits, 2021/05/04
- 08/17: gnu: r-systempiper: Update to 1.24.6., guix-commits, 2021/05/04
- 09/17: gnu: r-interactionset: Update to 1.18.1., guix-commits, 2021/05/04
- 07/17: gnu: r-genomeinfodb: Update to 1.26.7., guix-commits, 2021/05/04
- 06/17: gnu: r-biocgenerics: Update to 0.36.1., guix-commits, 2021/05/04
- 16/17: gnu: r-catalyst: Update to 1.14.1., guix-commits, 2021/05/04
- 11/17: gnu: r-universalmotif: Update to 1.8.5., guix-commits, 2021/05/04
- 14/17: gnu: r-biocpkgtools: Update to 1.8.2., guix-commits, 2021/05/04
- 12/17: gnu: r-bioassayr: Update to 1.28.3., guix-commits, 2021/05/04