[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
126/135: gnu: r-biocthis: Set HOME variable.
From: |
guix-commits |
Subject: |
126/135: gnu: r-biocthis: Set HOME variable. |
Date: |
Wed, 3 Nov 2021 18:00:20 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3c3d7f04100a1634ae5ea2b37a59e1cebcbbfdd2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 2 16:06:34 2021 +0000
gnu: r-biocthis: Set HOME variable.
* gnu/packages/bioconductor.scm (r-biocthis)[arguments]: Add build phase
'set-HOME.
---
gnu/packages/bioconductor.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 936be14..ab853cf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14183,6 +14183,11 @@ Python environments in a single R session.")
"08awghsg7q22csb0j9dr8dpb1vkn9gcs9qnhhljxifkw2ahbqia4"))))
(properties `((upstream-name . "biocthis")))
(build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'set-HOME
+ (lambda _ (setenv "HOME" "/tmp"))))))
(propagated-inputs
`(("r-biocmanager" ,r-biocmanager)
("r-fs" ,r-fs)
- 111/135: gnu: r-rlang: Update to 0.4.12., (continued)
- 111/135: gnu: r-rlang: Update to 0.4.12., guix-commits, 2021/11/03
- 112/135: gnu: r-tibble: Update to 3.1.5., guix-commits, 2021/11/03
- 113/135: gnu: r-data-table: Update to 1.14.2., guix-commits, 2021/11/03
- 116/135: gnu: r-rcpparmadillo: Update to 0.10.7.0.0., guix-commits, 2021/11/03
- 117/135: gnu: r-mvtnorm: Update to 1.1-3., guix-commits, 2021/11/03
- 118/135: gnu: r-viridis: Update to 0.6.2., guix-commits, 2021/11/03
- 120/135: gnu: r-plotly: Update to 4.10.0., guix-commits, 2021/11/03
- 122/135: gnu: r-ztable: Update to 0.2.3., guix-commits, 2021/11/03
- 124/135: gnu: r-lubridate: Update to 1.8.0., guix-commits, 2021/11/03
- 129/135: gnu: r-annotationhub: Update to 3.0.2., guix-commits, 2021/11/03
- 126/135: gnu: r-biocthis: Set HOME variable.,
guix-commits <=
- 133/135: gnu: r-motifstack: Update to 1.36.1., guix-commits, 2021/11/03
- 134/135: gnu: r-multidataset: Update to 1.20.2., guix-commits, 2021/11/03
- 132/135: gnu: r-enrichplot: Update to 1.12.3., guix-commits, 2021/11/03
- 135/135: gnu: r-s4vectors: Update to 0.30.2., guix-commits, 2021/11/03
- 123/135: gnu: r-robustbase: Update to 0.93-9., guix-commits, 2021/11/03
- 127/135: gnu: bedtools-2.18: Fix build with newer toolchain., guix-commits, 2021/11/03
- 128/135: gnu: r-annotationforge: Update to 1.34.1., guix-commits, 2021/11/03
- 130/135: gnu: r-genefilter: Update to 1.74.1., guix-commits, 2021/11/03
- 131/135: gnu: r-dose: Update to 3.18.3., guix-commits, 2021/11/03
- 114/135: gnu: r-desc: Update to 1.4.0., guix-commits, 2021/11/03