Alexandros Theodotou writes: > The gtkmm passed to inputs was unused. Jalv does not support gtkmm 3 at > the moment. > > Also, Jalv is the main tool LV2 plugin developers use to test their > plugins. Having more variants > (qt5, gtk2) means you have more types of hosts to test your plugins in > so this is an > extremely useful addition. > > From 2ec5fb34c2600c893763ae95d69bf2bd77d17b61 Mon Sep 17 00:00:00 2001 > From: Alexandros Theodotou > Date: Fri, 8 Nov 2019 09:05:10 +0000 > Subject: [PATCH] gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase. > > * gnu/packages/audio.scm (jalv)[inputs]: > Add gtk+-2 and qtbase. > Change unused gtkmm to gtkmm-2. Thanks! 'guix size jalv' increases from 1482.2 MiB to 1501.2 MiB with this patch due to the addition of gtkmm@2, which seems fine. Applied!