unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61198] [PATCH] gnu: jalv: Fix home page and use GTK-3.
@ 2023-01-31 10:07 Sughosha via Guix-patches via
  2023-02-11 20:47 ` bug#61198: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Sughosha via Guix-patches via @ 2023-01-31 10:07 UTC (permalink / raw)
  To: 61198

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61198: [PATCH] gnu: jalv: Fix home page and use GTK-3.
  2023-01-31 10:07 [bug#61198] [PATCH] gnu: jalv: Fix home page and use GTK-3 Sughosha via Guix-patches via
@ 2023-02-11 20:47 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-02-11 20:47 UTC (permalink / raw)
  To: Sughosha via Guix-patches via; +Cc: Sughosha, 61198-done

Hello,

Sughosha via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/audio.scm (jalv)[home-page]: Fix home-page.
>   [inputs]: Remove gtk and gtkmm and add gtk+.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-11 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31 10:07 [bug#61198] [PATCH] gnu: jalv: Fix home page and use GTK-3 Sughosha via Guix-patches via
2023-02-11 20:47 ` bug#61198: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).