mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-spacyr: Fix tests.
* gnu/packages/cran.scm (r-spacyr)[argumenst]: Add phase 'set-HOME. Change-Id: I990c80dd94388da09aa1592e3cc0dd8d14a65d94
This commit is contained in:
parent
3a84d4853a
commit
e68fa114d2
1 changed files with 8 additions and 0 deletions
|
@ -35318,6 +35318,14 @@ (define-public r-spacyr
|
|||
"1z4nx8phrc0l73xic2lkff03a54kjw343425h5mm2afz6zidcmf4"))))
|
||||
(properties `((upstream-name . "spacyr")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
;; When there is no HOME directory, this package will fail to find
|
||||
;; the vignette builder.
|
||||
(add-after 'unpack 'set-HOME
|
||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs
|
||||
(list r-data-table r-reticulate))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue