guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: jalv: Fix home page and use GTK-3.


From: guix-commits
Subject: branch master updated: gnu: jalv: Fix home page and use GTK-3.
Date: Sat, 11 Feb 2023 15:47:28 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b98718fc3f gnu: jalv: Fix home page and use GTK-3.
b98718fc3f is described below

commit b98718fc3f33f57fdf69c4f01e74f7d1dd6ddaca
Author: Sughosha <sughosha@proton.me>
AuthorDate: Tue Jan 31 10:07:33 2023 +0000

    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>
---
 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 e443934e51..6504ec2345 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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



reply via email to

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