mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-sesamedata: Disable tests.
* gnu/packages/bioconductor.scm (r-sesamedata)[arguments]: Disable tests. [properties]: Tell updater to ignore r-sesame. Change-Id: I42e3a2d83963e79a21db70f4c1f8ddf92107943f
This commit is contained in:
parent
64e941ef7a
commit
e90cc282f1
1 changed files with 6 additions and 1 deletions
|
@ -3188,8 +3188,13 @@ (define-public r-sesamedata
|
|||
(sha256
|
||||
(base32
|
||||
"1dgf9qi27rc98mwlyax0v86h7fmwbnp0xna1c0ppsj0fpwbmj50y"))))
|
||||
(properties `((upstream-name . "sesameData")))
|
||||
(properties
|
||||
`((upstream-name . "sesameData")
|
||||
;; Avoid dependency cycle.
|
||||
(updater-ignored-native-inputs . ("r-sesame"))))
|
||||
(build-system r-build-system)
|
||||
;; Tests need r-sesame.
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs (list r-annotationhub
|
||||
r-experimenthub
|
||||
r-genomeinfodb
|
||||
|
|
Loading…
Reference in a new issue