mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: r-msnid: Disable vignettes.
* gnu/packages/bioconductor.scm (r-msnid)[arguments]: Disable vignettes. Change-Id: I47dc4cf5b6d80699d4f22b2b92382ada7ca3322a
This commit is contained in:
parent
7c37518d76
commit
2ec838c630
1 changed files with 6 additions and 2 deletions
|
@ -11110,8 +11110,12 @@ (define-public r-msnid
|
|||
(properties `((upstream-name . "MSnID")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list
|
||||
;; Disable vignettes because they need Internet access.
|
||||
#:test-types '(list "tests")
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
;; Needed for r-r-cache
|
||||
(add-after 'unpack 'set-HOME
|
||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue