mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-cytoml: Add missing inputs.
* gnu/packages/bioconductor.scm (r-cytoml)[native-inputs]: Add r-devtools, r-flowclust, r-flowstats, and r-flowworkspacedata. [properties]: Tell updater to keep extra inputs and ignore others. Change-Id: I64cfc0b2b424f537b086a7f2f91e1ef15631c461
This commit is contained in:
parent
18c5a3b324
commit
cec92c060e
1 changed files with 10 additions and 2 deletions
|
@ -20640,7 +20640,10 @@ (define-public r-cytoml
|
|||
(sha256
|
||||
(base32
|
||||
"039rs6l92gjgvgh1nb8hfdg7h6dvak9hb5pjinli8x09iw08c463"))))
|
||||
(properties `((upstream-name . "CytoML")))
|
||||
(properties
|
||||
`((upstream-name . "CytoML")
|
||||
(updater-extra-native-inputs . ("r-flowworkspacedata"))
|
||||
(updater-ignored-native-inputs . ("r-old" "r-table"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list libxml2))
|
||||
|
@ -20665,7 +20668,12 @@ (define-public r-cytoml
|
|||
r-xml
|
||||
r-yaml))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-devtools
|
||||
r-flowclust
|
||||
r-flowstats
|
||||
r-flowworkspacedata
|
||||
r-knitr
|
||||
r-testthat))
|
||||
(home-page "https://github.com/RGLab/CytoML")
|
||||
(synopsis "GatingML interface for cross platform cytometry data sharing")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue