guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#61198] [PATCH] gnu: jalv: Fix home page and use GTK-3.


From: Sughosha
Subject: [bug#61198] [PATCH] gnu: jalv: Fix home page and use GTK-3.
Date: Tue, 31 Jan 2023 10:07:33 +0000

* 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(-)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]