mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-go-db: Add missing input.
* gnu/packages/bioinformatics.scm (r-go-db)[propagated-inputs]: Add "r-annotationdbi".
This commit is contained in:
parent
d7786ce9b0
commit
3141b83d4d
1 changed files with 2 additions and 0 deletions
|
@ -3839,6 +3839,8 @@ (define-public r-go-db
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "GO.db")))
|
`((upstream-name . "GO.db")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-annotationdbi" ,r-annotationdbi)))
|
||||||
(home-page "http://bioconductor.org/packages/GO.db")
|
(home-page "http://bioconductor.org/packages/GO.db")
|
||||||
(synopsis "Annotation maps describing the entire Gene Ontology")
|
(synopsis "Annotation maps describing the entire Gene Ontology")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue