[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/125: gnu: r-listenv: Add phase to set HOME directory.
From: |
guix-commits |
Subject: |
54/125: gnu: r-listenv: Add 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 8c89cc7edbf01968d2969d9ce4229fb28a908368
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:11 2021 +0200
gnu: r-listenv: Add phase to set HOME directory.
* gnu/packages/cran.scm (r-listenv)[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 b5f2164..0011724 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13798,6 +13798,11 @@ by change of variable.")
(base32
"0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
(build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'set-HOME
+ (lambda _ (setenv "HOME" "/tmp"))))))
(native-inputs
`(("r-r-rsp" ,r-r-rsp))) ; vignette builder
(home-page "https://github.com/HenrikBengtsson/listenv")
- 35/125: gnu: r-entropy: Update to 1.3.0., (continued)
- 35/125: gnu: r-entropy: Update to 1.3.0., guix-commits, 2021/05/04
- 38/125: gnu: r-doby: Update to 4.6.10., guix-commits, 2021/05/04
- 41/125: gnu: r-svdialogs: Update to 1.0.3., guix-commits, 2021/05/04
- 43/125: gnu: r-multcomp: Update to 1.4-17., guix-commits, 2021/05/04
- 46/125: gnu: r-bayestestr: Update to 0.9.0., guix-commits, 2021/05/04
- 51/125: gnu: r-rgl: Update to 0.106.8., guix-commits, 2021/05/04
- 58/125: gnu: r-pegas: Update to 1.0., guix-commits, 2021/05/04
- 64/125: gnu: r-dqrng: Update to 0.3.0., guix-commits, 2021/05/04
- 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 <=
- 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, 2021/05/04
- 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