mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocviews: Disable tests.
* gnu/packages/bioconductor.scm (r-biocviews)[arguments]: Disable tests. Change-Id: Ic66fd71421b041098da31a38d7101b1bf013110a
This commit is contained in:
parent
62202e9190
commit
d4893e7340
1 changed files with 2 additions and 0 deletions
|
@ -22158,6 +22158,8 @@ functionality.")
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "biocViews")))
|
`((upstream-name . "biocViews")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
;; Tests attempt to access http://bioconductor.org/js/versions.js
|
||||||
|
(arguments (list #:tests? #false))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
r-biocmanager
|
r-biocmanager
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue