me
/
guix
Archived
1
0
Fork 0

gnu: r-r-rsp: Add build phase to set HOME directory.

* gnu/packages/statistics.scm (r-r-rsp)[arguments]: Add build phase
"set-HOME".
master
Ricardo Wurmus 2021-05-04 07:13:23 +02:00
parent 2eab3898e1
commit 2fbdb15669
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 0 deletions

View File

@ -3609,6 +3609,11 @@ persistent (on the file system).")
"0n9sxrffahgxcc8h9vgxg5i446g14cibixpf82nkpm5bvidhfsc9"))))
(properties `((upstream-name . "R.rsp")))
(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)