gnu: r-opencyto: Add missing inputs.

* gnu/packages/bioconductor.scm (r-opencyto)[native-inputs]: Add
r-flowworkspacedata.
[properties]: Tell updater to add r-flowworkspacedata.

Change-Id: Ife446af466fb4be221f9fdaba53c84bbe80dec86
This commit is contained in:
Ricardo Wurmus 2024-11-28 10:56:12 +01:00
parent d19945f198
commit b935741c09
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20496,7 +20496,9 @@ package.")
(sha256 (sha256
(base32 (base32
"07n5vv5jl34lc0l7ix952vararf6zwz3f64w1p32xnnkzvszpmiw")))) "07n5vv5jl34lc0l7ix952vararf6zwz3f64w1p32xnnkzvszpmiw"))))
(properties `((upstream-name . "openCyto"))) (properties
`((upstream-name . "openCyto")
(updater-extra-native-inputs . ("r-flowworkspacedata"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-bh (list r-bh
@ -20513,7 +20515,7 @@ package.")
r-rbgl r-rbgl
r-rcolorbrewer)) r-rcolorbrewer))
(native-inputs (native-inputs
(list r-knitr r-testthat)) (list r-flowworkspacedata r-knitr r-testthat))
(home-page "https://bioconductor.org/packages/openCyto") (home-page "https://bioconductor.org/packages/openCyto")
(synopsis "Hierarchical gating pipeline for flow cytometry data") (synopsis "Hierarchical gating pipeline for flow cytometry data")
(description (description