mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: r-r-rsp: Add build phase to set HOME directory.
* gnu/packages/statistics.scm (r-r-rsp)[arguments]: Add build phase "set-HOME".
This commit is contained in:
parent
2eab3898e1
commit
2fbdb15669
1 changed files with 5 additions and 0 deletions
|
@ -3609,6 +3609,11 @@ (define-public r-r-rsp
|
||||||
"0n9sxrffahgxcc8h9vgxg5i446g14cibixpf82nkpm5bvidhfsc9"))))
|
"0n9sxrffahgxcc8h9vgxg5i446g14cibixpf82nkpm5bvidhfsc9"))))
|
||||||
(properties `((upstream-name . "R.rsp")))
|
(properties `((upstream-name . "R.rsp")))
|
||||||
(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-digest" ,r-digest)
|
`(("r-digest" ,r-digest)
|
||||||
("r-r-cache" ,r-r-cache)
|
("r-r-cache" ,r-r-cache)
|
||||||
|
|
Loading…
Reference in a new issue