[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/17: gnu: r-matrixstats: Set HOME directory variable.
From: |
guix-commits |
Subject: |
01/17: gnu: r-matrixstats: Set HOME directory variable. |
Date: |
Tue, 4 May 2021 03:48:08 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 553767d02aa96775c762ac505fb42d783ef867a0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 08:33:35 2021 +0200
gnu: r-matrixstats: Set HOME directory variable.
* gnu/packages/statistics.scm (r-matrixstats)[arguments]: Add phase
"set-HOME".
---
gnu/packages/statistics.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index e1ada14..7fe1c68 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3665,6 +3665,11 @@ t-probabilities, quantiles, random deviates and
densities.")
"0jab3xk56vqqzgz8jbsvxvsvr83sj0gb3cic0906wjyjijwv8rw3"))))
(properties `((upstream-name . "matrixStats")))
(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))) ;used to build vignettes
(home-page "https://github.com/HenrikBengtsson/matrixStats")
- 05/17: gnu: r-ensembldb: Update to 2.14.1., (continued)
- 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
- 01/17: gnu: r-matrixstats: Set HOME directory variable.,
guix-commits <=
- 03/17: gnu: r-annotationhub: Update to 2.22.1., guix-commits, 2021/05/04
- 13/17: gnu: r-experimenthub: Update to 1.16.1., guix-commits, 2021/05/04
- 10/17: gnu: r-icobra: Update to 1.18.1., guix-commits, 2021/05/04
- 15/17: gnu: r-scran: Update to 1.18.7., guix-commits, 2021/05/04
- 17/17: gnu: r-mixomics: Update to 6.14.1., guix-commits, 2021/05/04