gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase.
The gtkmm passed to inputs was unused. Jalv does not support gtkmm 3 at the moment. * gnu/packages/audio.scm (jalv)[inputs]: Add gtk+-2 and qtbase. Change unused gtkmm to gtkmm-2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
1c1ce52aa9
commit
9e4e66c4ae
1 changed files with 4 additions and 2 deletions
|
@ -1588,8 +1588,10 @@ synchronous execution of all clients, and low latency operation.")
|
||||||
`(("lv2" ,lv2)
|
`(("lv2" ,lv2)
|
||||||
("lilv" ,lilv)
|
("lilv" ,lilv)
|
||||||
("suil" ,suil)
|
("suil" ,suil)
|
||||||
("gtk" ,gtk+)
|
("gtk2" ,gtk+-2)
|
||||||
("gtkmm" ,gtkmm)
|
("gtk3" ,gtk+)
|
||||||
|
("gtkmm" ,gtkmm-2)
|
||||||
|
("qtbase" ,qtbase)
|
||||||
("jack" ,jack-1)))
|
("jack" ,jack-1)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in a new issue