gnu: r-gofuncr: Add missing inputs.

* gnu/packages/bioconductor.scm (r-gofuncr)[native-inputs]: Add r-homo-sapiens.

Change-Id: I66d6e9985fc420c93eaf77afa348b7bbd29381c7
This commit is contained in:
Ricardo Wurmus 2024-11-26 12:41:50 +01:00 committed by Andreas Enge
parent d3d701ded9
commit 8b1907470f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -17984,7 +17984,7 @@ (define-public r-gofuncr
r-rcpp
r-vioplot))
(native-inputs
(list r-knitr r-testthat))
(list r-homo-sapiens r-knitr r-testthat))
(home-page "https://bioconductor.org/packages/GOfuncR/")
(synopsis "Gene ontology enrichment using FUNC")
(description