me
/
guix
Archived
1
0
Fork 0

gnu: r-biocthis: Set HOME variable.

* gnu/packages/bioconductor.scm (r-biocthis)[arguments]: Add build phase
'set-HOME.
master
Ricardo Wurmus 2021-11-02 16:06:34 +00:00
parent 4f9f2539f3
commit 3c3d7f0410
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 0 deletions

View File

@ -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)