gnu: carla: Add gtk2 dependency.
* gnu/packages/audio.scm (carla)[inputs]: Add gtk2 to allow bridging gtk2 plugins in gtk3 hosts. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
9d6093cb38
commit
281456b421
1 changed files with 1 additions and 0 deletions
|
@ -4148,6 +4148,7 @@ (define-public carla
|
||||||
("file" ,file)
|
("file" ,file)
|
||||||
("liblo" ,liblo)
|
("liblo" ,liblo)
|
||||||
("libsndfile" ,libsndfile)
|
("libsndfile" ,libsndfile)
|
||||||
|
("gtk2" ,gtk+-2) ;needed for bridging GTK2 plugins in GTK3 hosts
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("python-pyliblo" ,python-pyliblo)
|
("python-pyliblo" ,python-pyliblo)
|
||||||
("python-pyqt" ,python-pyqt)
|
("python-pyqt" ,python-pyqt)
|
||||||
|
|
Loading…
Reference in a new issue