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

  • Done
  • quality assurance status badge
Details
2 participants
  • Sughosha
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Sughosha
Severity
normal

Debbugs page

Sughosha wrote 2 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
GuletUCRPSlA8gFL23ntcxHWtIU5lLE9zWqdFf3OX6bacUcAC-xVJKjBVvfpnB-MHSdBXIk3oeE5wwuup9TdkLfnyVnYcfWzXVcFe-HYjc4=@proton.me
* 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
Nicolas Goaziou wrote 2 years ago
(name . Sughosha via Guix-patches via)(address . guix-patches@gnu.org)
87cz6gszd3.fsf@nicolasgoaziou.fr
Hello,

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

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61198@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61198
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help