Sughosha wrote 2 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
* gnu/packages/audio.scm (jalv)[home-page]: Fix home-page.
[inputs]: Remove gtk and gtkmm and add gtk+.
---
gnu/packages/audio.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Toggle diff (22 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 4fbfefafa3..7cc1579873 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2566,13 +2566,12 @@ (define-public jalv
(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
--
2.39.1