mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: bristol: Use JACK 2.
* gnu/packages/music.scm (bristol)[inputs]: Replace jack-1 with jack-2.
This commit is contained in:
parent
6f66df9153
commit
ea9edbc525
1 changed files with 1 additions and 1 deletions
|
@ -2630,7 +2630,7 @@ (define-public bristol
|
|||
(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/")
|
||||
|
|
Loading…
Reference in a new issue