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".
master
Ricardo Wurmus 2017-05-05 09:21:14 +02:00
parent 1538bc33cd
commit 5ffa7cb1f3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

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