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:
Ricardo Wurmus 2024-11-29 09:38:16 +01:00
parent 18c5a3b324
commit cec92c060e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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