1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 08:35:58 +02:00

gnu: r-brms: Fix vignettes.

* gnu/packages/cran.scm (r-brms)[arguments]: Add phase 'set-HOME.

Change-Id: Ife0fcc2352b8bf47356c1684687fdf26b0281f6f
This commit is contained in:
Ricardo Wurmus
2024-11-27 17:23:30 +01:00
parent 694d3a4e8a
commit 5f6d02dbe7
+8
View File
@@ -37780,6 +37780,14 @@ inference diagnostics.
"1gl1pdna356mfrf9816rqx8q7a3h3xzkn75bjd2zylgqw49ss88p"))))
(properties `((upstream-name . "brms")))
(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-abind
r-backports