mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: r-biocthis: Disable tests.
* gnu/packages/bioconductor.scm (r-biocthis)[arguments]: Disable tests. Change-Id: Icd1a846013a36c3c8555bdcb2d6ba7dce6a8e09c
This commit is contained in:
parent
c58048da10
commit
9116b849a4
1 changed files with 6 additions and 2 deletions
|
@ -25355,8 +25355,12 @@ transcription factor binding consensus by heuristic search.")
|
|||
(properties `((upstream-name . "biocthis")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list
|
||||
;; Tests only attempt to check R and Bioc versions. Looks like this is
|
||||
;; really only meant for actual Bioconductor infrastructure.
|
||||
#:tests? #false
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'set-HOME
|
||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue