[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
115/133: gnu: r-r-filesets: Fix build by setting HOME.
From: |
guix-commits |
Subject: |
115/133: gnu: r-r-filesets: Fix build by setting HOME. |
Date: |
Thu, 30 Sep 2021 06:43:36 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 74717852d4449fe02ae66daa513d396b1c845188
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 20:12:45 2021 +0200
gnu: r-r-filesets: Fix build by setting HOME.
* gnu/packages/cran.scm (r-r-filesets)[arguments]: Add build phase to set
HOME
variable.
---
gnu/packages/cran.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0b040dc..ebfe9fd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21537,6 +21537,11 @@ the @code{aroma.affymetrix} package.")
"08xv8b3c81nf54viyr3w912al18483k5gfnjpg7bxbdfk70dfzbh"))))
(properties `((upstream-name . "R.filesets")))
(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-r-cache" ,r-r-cache)
- 132/133: gnu: r-delayedmatrixstats: Update to 1.14.3., (continued)
- 132/133: gnu: r-delayedmatrixstats: Update to 1.14.3., guix-commits, 2021/09/30
- 131/133: gnu: r-s4vectors: Update to 0.30.1., guix-commits, 2021/09/30
- 84/133: gnu: r-rjsonio: Update to 1.3-1.6., guix-commits, 2021/09/30
- 130/133: gnu: r-biocpkgtools: Update to 1.10.2., guix-commits, 2021/09/30
- 100/133: gnu: r-roxygen2: Update to 7.1.2., guix-commits, 2021/09/30
- 111/133: gnu: r-fastica: Update to 1.2-3., guix-commits, 2021/09/30
- 117/133: gnu: r-biocparallel: Update to 1.26.2., guix-commits, 2021/09/30
- 103/133: gnu: r-plotrix: Update to 3.8-2., guix-commits, 2021/09/30
- 99/133: gnu: r-ade4: Update to 1.7-18., guix-commits, 2021/09/30
- 105/133: gnu: r-xml: Update to 3.99-0.8., guix-commits, 2021/09/30
- 115/133: gnu: r-r-filesets: Fix build by setting HOME.,
guix-commits <=
- 118/133: gnu: r-edger: Update to 3.34.1., guix-commits, 2021/09/30
- 127/133: gnu: r-cicero: Update to 1.10.1., guix-commits, 2021/09/30