guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: jack-capture: Use JACK 2.


From: guix-commits
Subject: 07/13: gnu: jack-capture: Use JACK 2.
Date: Tue, 7 Feb 2023 14:06:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b46f0b7419797bc160207593b0be798c9bd7d3ca
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 7 19:51:29 2023 +0100

    gnu: jack-capture: Use JACK 2.
    
    * gnu/packages/music.scm (jack-capture)[inputs]: Replace jack-1 with jack-2.
---
 gnu/packages/music.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ce89e56643..1d137ed260 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3258,7 +3258,7 @@ allows you to send JACK MIDI events (i.e. play) using 
your PC keyboard.")
      (list pkg-config which))
     (inputs
      (list gtk+-2
-           jack-1
+           jack-2
            libogg
            liblo
            lame



reply via email to

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