mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: rnnoise: Remove input labels.
* gnu/packages/xiph.scm (rnnoise)[native-inputs]: Remove input labels.
This commit is contained in:
parent
2388d2d3f7
commit
d248d8b519
1 changed files with 1 additions and 3 deletions
|
@ -517,9 +517,7 @@ (define-public rnnoise
|
|||
"0y8jdvxd9namw4f9hcmcmm2q0f32mnhfyjap8906hl308cws3rkj"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("libtool" ,libtool)))
|
||||
(list autoconf automake libtool))
|
||||
(home-page "https://gitlab.xiph.org/xiph/rnnoise")
|
||||
(synopsis "Real-time noise suppression")
|
||||
(description "RNNoise is a noise suppression library based on a recurrent
|
||||
|
|
Loading…
Reference in a new issue