1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: r-biocviews: Disable tests.

* gnu/packages/bioconductor.scm (r-biocviews)[arguments]: Disable tests.

Change-Id: Ic66fd71421b041098da31a38d7101b1bf013110a
This commit is contained in:
Ricardo Wurmus 2024-11-26 16:51:44 +01:00
parent 62202e9190
commit d4893e7340
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22158,6 +22158,8 @@ functionality.")
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)
;; Tests attempt to access http://bioconductor.org/js/versions.js
(arguments (list #:tests? #false))
(propagated-inputs
(list r-biobase
r-biocmanager