mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-megadepth: Add missing inputs and disable tests.
* gnu/packages/bioconductor.scm (r-megadepth)[propagated-inputs]: Add megadepth. [arguments]: Disable tests. [inputs]: Remove empty field. [properties]: Tell updater to keep megadepth as a propagated input. Change-Id: Idbbc371c2d66aa7c0d7e2add13fa35a5b4f9cd77
This commit is contained in:
parent
2f5201970e
commit
353620e84a
1 changed files with 7 additions and 3 deletions
|
@ -24593,11 +24593,15 @@ to annotation.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cay30y7cc6lpikcp4ncx69zjg4kyn152z5b8fhw159n6cb1z19n"))))
|
"1cay30y7cc6lpikcp4ncx69zjg4kyn152z5b8fhw159n6cb1z19n"))))
|
||||||
(properties `((upstream-name . "megadepth")))
|
(properties
|
||||||
|
`((upstream-name . "megadepth")
|
||||||
|
(updater-extra-propagated-inputs . ("megadepth"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list))
|
;; Tests attempt to install latest version of megadepth.
|
||||||
|
(arguments (list #:tests? #false))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cmdfun
|
(list megadepth
|
||||||
|
r-cmdfun
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-fs
|
r-fs
|
||||||
r-genomicranges
|
r-genomicranges
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue