1
Fork 0
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:
Ricardo Wurmus 2024-11-26 15:57:39 +01:00
parent c58048da10
commit 9116b849a4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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