mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-ctrdata: Fix vignettes.
* gnu/packages/cran.scm (r-ctrdata)[arguments]: Add phase 'set-HOME. Change-Id: I0191e69b9970fd0fe2c85dffa19839b94760befd
This commit is contained in:
parent
353620e84a
commit
8ba6083276
1 changed files with 7 additions and 0 deletions
|
@ -8797,6 +8797,13 @@ graphics packages that comes with the base installation.")
|
|||
"0pjsfnl1v6a6cs6hny092jby750l5br7fdzws9lnly0iky1lf55g"))))
|
||||
(properties `((upstream-name . "ctrdata")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
;; Needed for vignettes
|
||||
(add-after 'unpack 'set-HOME
|
||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs
|
||||
(list r-clipr
|
||||
r-countrycode
|
||||
|
|
Loading…
Add table
Reference in a new issue