guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/11: gnu: rnnoise: Remove input labels.


From: guix-commits
Subject: 11/11: gnu: rnnoise: Remove input labels.
Date: Mon, 15 Aug 2022 10:43:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d248d8b5198076e47915f83acdc21eb76dcbdb62
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 7 02:00:00 2022 +0200

    gnu: rnnoise: Remove input labels.
    
    * gnu/packages/xiph.scm (rnnoise)[native-inputs]:
    Remove input labels.
---
 gnu/packages/xiph.scm | 4 +---
 1 file changed, 1 insertion(+), 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]