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

* gnu/packages/bioinformatics.scm (r-go-db)[propagated-inputs]: Add
  "r-annotationdbi".
master
Ricardo Wurmus 2016-01-13 16:24:44 +01:00
parent d7786ce9b0
commit 3141b83d4d
1 changed files with 2 additions and 0 deletions

View File

@ -3839,6 +3839,8 @@ extracting the desired features in a convenient format.")
(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