[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/125: gnu: r-future: Add build phase to set HOME directory.
From: |
guix-commits |
Subject: |
56/125: gnu: r-future: Add build phase to set HOME directory. |
Date: |
Tue, 4 May 2021 01:33:23 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e2a1a68e60ed6ef616c187842dd3114a5326ee1e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:11 2021 +0200
gnu: r-future: Add build phase to set HOME directory.
* gnu/packages/cran.scm (r-future)[arguments]: Add build 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 7fd0d62..af8a227 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13878,6 +13878,11 @@ port-forwarding to your local computer.")
(base32
"0bfiy17n5rghxw0702k0vgpjkk13268lniifdlx59flf0q16d7lh"))))
(build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'set-HOME
+ (lambda _ (setenv "HOME" "/tmp"))))))
(propagated-inputs
`(("r-digest" ,r-digest)
("r-globals" ,r-globals)
- 73/125: gnu: r-qqman: Update to 0.1.8., (continued)
- 73/125: gnu: r-qqman: Update to 0.1.8., guix-commits, 2021/05/04
- 69/125: gnu: r-emojifont: Update to 0.5.5., guix-commits, 2021/05/04
- 54/125: gnu: r-listenv: Add phase to set HOME directory., guix-commits, 2021/05/04
- 52/125: gnu: r-ouch: Update to 2.16., guix-commits, 2021/05/04
- 65/125: gnu: r-ingredients: Update to 2.2.0., guix-commits, 2021/05/04
- 78/125: gnu: r-tam: Update to 3.6-45., guix-commits, 2021/05/04
- 76/125: gnu: r-openmx: Update to 2.19.5., guix-commits, 2021/05/04
- 79/125: gnu: r-rsconnect: Update to 0.8.17., guix-commits, 2021/05/04
- 47/125: gnu: r-performance: Update to 0.7.1., guix-commits, 2021/05/04
- 53/125: gnu: r-rmpfr: Update to 0.8-4., guix-commits, 2021/05/04
- 56/125: gnu: r-future: Add build phase to set HOME directory.,
guix-commits <=
- 55/125: gnu: r-parallelly: Update to 1.25.0., guix-commits, 2021/05/04
- 50/125: gnu: r-rcppparallel: Update to 5.1.3., guix-commits, 2021/05/04
- 60/125: gnu: r-rjava: Update to 1.0-4., guix-commits, 2021/05/04
- 70/125: gnu: r-qgam: Update to 1.3.3., guix-commits, 2021/05/04
- 75/125: gnu: r-rpf: Update to 1.0.7., guix-commits, 2021/05/04
- 80/125: gnu: r-keyring: Update to 1.2.0., guix-commits, 2021/05/04
- 86/125: gnu: r-clusterr: Update to 1.2.3., guix-commits, 2021/05/04
- 49/125: gnu: r-gh: Update to 1.3.0., guix-commits, 2021/05/04
- 57/125: gnu: r-rsvd: Update to 1.0.5., guix-commits, 2021/05/04
- 59/125: gnu: r-bookdown: Update to 0.22., guix-commits, 2021/05/04