mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ snapshot.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dgf9qi27rc98mwlyax0v86h7fmwbnp0xna1c0ppsj0fpwbmj50y"))))
|
"1dgf9qi27rc98mwlyax0v86h7fmwbnp0xna1c0ppsj0fpwbmj50y"))))
|
||||||
(properties `((upstream-name . "sesameData")))
|
(properties
|
||||||
|
`((upstream-name . "sesameData")
|
||||||
|
;; Avoid dependency cycle.
|
||||||
|
(updater-ignored-native-inputs . ("r-sesame"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
;; Tests need r-sesame.
|
||||||
|
(arguments (list #:tests? #false))
|
||||||
(propagated-inputs (list r-annotationhub
|
(propagated-inputs (list r-annotationhub
|
||||||
r-experimenthub
|
r-experimenthub
|
||||||
r-genomeinfodb
|
r-genomeinfodb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue