mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: jalv: Fix home page and use GTK-3.
* gnu/packages/audio.scm (jalv)[home-page]: Fix home-page. [inputs]: Remove gtk and gtkmm and add gtk+. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
582de0d469
commit
b98718fc3f
1 changed files with 2 additions and 3 deletions
|
@ -2577,13 +2577,12 @@ audio signal streaming.")
|
|||
(list lv2
|
||||
lilv
|
||||
suil
|
||||
gtk
|
||||
gtkmm
|
||||
gtk+
|
||||
qtbase-5
|
||||
jack-1))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(home-page "https://drobilla.net/software/jalv/")
|
||||
(home-page "https://drobilla.net/software/jalv.html")
|
||||
(synopsis "Simple LV2 host for JACK")
|
||||
(description
|
||||
"Jalv is a simple but fully featured LV2 host for JACK. It runs LV2
|
||||
|
|
Loading…
Reference in a new issue