diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-14 02:00:01 +0200 |
commit | d248d8b5198076e47915f83acdc21eb76dcbdb62 (patch) | |
tree | d27e20758ead2f6cdcb970ab751a71b8f7f3c332 | |
parent | 2388d2d3f7e43d73b0a8a6c1282be16bafb918a7 (diff) |
gnu: rnnoise: Remove input labels.
* gnu/packages/xiph.scm (rnnoise)[native-inputs]:
Remove input labels.
-rw-r--r-- | gnu/packages/xiph.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 8bc9c9b087..dffad299e9 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -517,9 +517,7 @@ and prevents bad data from getting to the icecast server.") "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 |