mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-affy: Disable tests.
* gnu/packages/bioconductor.scm (r-affy)[arguments]: Disable tests. Change-Id: Iad8b990c573e417d611c3198110d6dc42deb5e2b
This commit is contained in:
parent
09b42fdeed
commit
14048ace46
1 changed files with 2 additions and 0 deletions
|
@ -6879,6 +6879,8 @@ (define-public r-affy
|
|||
(base32
|
||||
"1x27cbqsip5m7lzv5nvffdfjp46cdqh53qb1xvi2rf0wfdnd7763"))))
|
||||
(build-system r-build-system)
|
||||
;; Some tests require r-affydata, causing a dependency cycle.
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs
|
||||
(list r-affyio
|
||||
r-biobase
|
||||
|
|
Loading…
Reference in a new issue