GNU bug report logs -
#58619
[PATCH 1/2] gnu: jack-keyboard: Remove lash dependency
Previous Next
Reported by: Sughosha <Sughosha <at> proton.me>
Date: Wed, 19 Oct 2022 02:40:02 UTC
Severity: normal
Tags: patch
Done: Sughosha <Sughosha <at> proton.me>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58619 in the body.
You can then email your comments to 58619 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58619
; Package
guix-patches
.
(Wed, 19 Oct 2022 02:40:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sughosha <Sughosha <at> proton.me>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 19 Oct 2022 02:40:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Subject: [PATCH 1/2] gnu: jack-keyboard: Remove lash dependency
* gnu/packages/music.scm (jack-keyboard)[inputs]: Remove lash.
---
gnu/packages/music.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 6b37c79389..5cfad69d22 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3134,7 +3134,7 @@ (define-public jack-keyboard
"0mzmg8aavybcfdlq2yd9d0vscqd6is5p6jzrgfpfm5j3xdcvh2s3"))))
(build-system gnu-build-system)
(inputs
- (list jack-1 lash gtk+-2))
+ (list jack-1 gtk+-2))
(native-inputs
(list pkg-config))
(home-page "http://jack-keyboard.sourceforge.net/")
--
2.38.0
Subject: [PATCH 2/2] gnu: jack-keyboard: Reorder inputs
* gnu/packages/music.scm (jack-keyboard)[inputs]: Reorder.
---
gnu/packages/music.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 5cfad69d22..9c44828778 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3134,7 +3134,7 @@ (define-public jack-keyboard
"0mzmg8aavybcfdlq2yd9d0vscqd6is5p6jzrgfpfm5j3xdcvh2s3"))))
(build-system gnu-build-system)
(inputs
- (list jack-1 gtk+-2))
+ (list gtk+-2 jack-1))
(native-inputs
(list pkg-config))
(home-page "http://jack-keyboard.sourceforge.net/")
--
2.38.0
bug closed, send any further explanations to
58619 <at> debbugs.gnu.org and Sughosha <Sughosha <at> proton.me>
Request was from
Sughosha <Sughosha <at> proton.me>
to
control <at> debbugs.gnu.org
.
(Wed, 01 Nov 2023 07:06:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 29 Nov 2023 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 161 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.