guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: bristol: Use JACK 2.


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

rekado pushed a commit to branch master
in repository guix.

commit ea9edbc5254815618501103cbf6ef6f51190b6ee
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 7 19:48:22 2023 +0100

    gnu: bristol: Use JACK 2.
    
    * gnu/packages/music.scm (bristol)[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 ec500a2d17..ae51aa119a 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2630,7 +2630,7 @@ Laurens Hammond and Don Leslie.")
              (substitute* "bin/startBristol.in"
                (("ldd `which bristol` | grep jack") "echo guix")))))))
     (inputs
-     (list alsa-lib jack-1 liblo libx11))
+     (list alsa-lib jack-2 liblo libx11))
     (native-inputs
      (list pkg-config))
     (home-page "http://bristol.sourceforge.net/";)



reply via email to

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