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
|
(list lv2
|
||||||
lilv
|
lilv
|
||||||
suil
|
suil
|
||||||
gtk
|
gtk+
|
||||||
gtkmm
|
|
||||||
qtbase-5
|
qtbase-5
|
||||||
jack-1))
|
jack-1))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(home-page "https://drobilla.net/software/jalv/")
|
(home-page "https://drobilla.net/software/jalv.html")
|
||||||
(synopsis "Simple LV2 host for JACK")
|
(synopsis "Simple LV2 host for JACK")
|
||||||
(description
|
(description
|
||||||
"Jalv is a simple but fully featured LV2 host for JACK. It runs LV2
|
"Jalv is a simple but fully featured LV2 host for JACK. It runs LV2
|
||||||
|
|
Reference in a new issue