mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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 @@ (define-public jalv
|
|||
`(("lv2" ,lv2)
|
||||
("lilv" ,lilv)
|
||||
("suil" ,suil)
|
||||
("gtk" ,gtk+)
|
||||
("gtkmm" ,gtkmm)
|
||||
("gtk2" ,gtk+-2)
|
||||
("gtk3" ,gtk+)
|
||||
("gtkmm" ,gtkmm-2)
|
||||
("qtbase" ,qtbase)
|
||||
("jack" ,jack-1)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue