gnu: r-biocthis: Set HOME variable.
* gnu/packages/bioconductor.scm (r-biocthis)[arguments]: Add build phase 'set-HOME.
This commit is contained in:
parent
4f9f2539f3
commit
3c3d7f0410
1 changed files with 5 additions and 0 deletions
|
@ -14183,6 +14183,11 @@ Python environments in a single R session.")
|
||||||
"08awghsg7q22csb0j9dr8dpb1vkn9gcs9qnhhljxifkw2ahbqia4"))))
|
"08awghsg7q22csb0j9dr8dpb1vkn9gcs9qnhhljxifkw2ahbqia4"))))
|
||||||
(properties `((upstream-name . "biocthis")))
|
(properties `((upstream-name . "biocthis")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'set-HOME
|
||||||
|
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocmanager" ,r-biocmanager)
|
`(("r-biocmanager" ,r-biocmanager)
|
||||||
("r-fs" ,r-fs)
|
("r-fs" ,r-fs)
|
||||||
|
|
Reference in a new issue