mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-massspecwavelet: Add test input.
* gnu/packages/bioconductor.scm (r-massspecwavelet)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-runit. Change-Id: Ifc439e9baea1a83f6ee4a4d32dd76cb63e63ba08
This commit is contained in:
parent
8a5fd7e5a4
commit
3ba03c8484
1 changed files with 3 additions and 2 deletions
|
@ -20127,10 +20127,11 @@ genes.")
|
|||
(base32
|
||||
"0na7zqp2xblz4pjchsgwcabhci15pxnmnzlyr6yihlavf83b53cg"))))
|
||||
(properties
|
||||
`((upstream-name . "MassSpecWavelet")))
|
||||
'((upstream-name . "MassSpecWavelet")
|
||||
(updater-extra-native-inputs . ("r-runit"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list r-knitr r-runit))
|
||||
(home-page "https://bioconductor.org/packages/MassSpecWavelet/")
|
||||
(synopsis "Mass spectrum processing by wavelet-based algorithms")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue