gnu: r-go-db: Add missing input.

* gnu/packages/bioinformatics.scm (r-go-db)[propagated-inputs]: Add
  "r-annotationdbi".
This commit is contained in:
Ricardo Wurmus 2016-01-13 16:24:44 +01:00
parent d7786ce9b0
commit 3141b83d4d

View file

@ -3839,6 +3839,8 @@ (define-public r-go-db
(properties
`((upstream-name . "GO.db")))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)))
(home-page "http://bioconductor.org/packages/GO.db")
(synopsis "Annotation maps describing the entire Gene Ontology")
(description