mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-universalmotif: Add test inputs.
* gnu/packages/bioconductor.scm (r-universalmotif)[properties]: Record updater-extra-native-inputs. [native-inputs]: Addd r-ape and r-ggtree. Change-Id: Ie2feef6efeaaa33c9c2d18fbc2bc3949fb04042e
This commit is contained in:
parent
b5fcc5706e
commit
a542ac06fa
1 changed files with 3 additions and 2 deletions
|
@ -22613,7 +22613,8 @@ data.")
|
|||
(base32
|
||||
"03wjwi3h6agdvp552cd8mlrlvjjb1wwi0z02yclh0jcxbrd7a90z"))))
|
||||
(properties
|
||||
`((upstream-name . "universalmotif")))
|
||||
'((upstream-name . "universalmotif")
|
||||
(updater-extra-native-inputs . ("r-ape" "r-ggtree"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -22635,7 +22636,7 @@ data.")
|
|||
r-s4vectors
|
||||
r-yaml))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-ape r-ggtree r-knitr r-testthat))
|
||||
(home-page
|
||||
"https://bioconductor.org/packages/universalmotif/")
|
||||
(synopsis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue