1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 18:20:32 +02:00

gnu: qjackctl: Build with JACK 1.

We build all packages with JACK 1.  It is compatible with JACK 2, which users
may install to get additional features.

* gnu/packages/audio.scm (qjackctl)[inputs]: Replace "jack-2" with "jack-1".
This commit is contained in:
Ricardo Wurmus
2017-05-05 09:21:14 +02:00
parent 1538bc33cd
commit 5ffa7cb1f3

View File

@@ -1880,7 +1880,7 @@ and ALSA.")
(arguments
'(#:tests? #f)) ; no check target
(inputs
`(("jack-2" ,jack-2)
`(("jack" ,jack-1)
("qtbase" ,qtbase)
("qtx11extras" ,qtx11extras)))
(native-inputs