unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58619] [PATCH 1/2] gnu: jack-keyboard: Remove lash dependency
@ 2022-10-19  2:39 Sughosha via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Sughosha via Guix-patches via @ 2022-10-19  2:39 UTC (permalink / raw)
  To: 58619

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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-19  2:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19  2:39 [bug#58619] [PATCH 1/2] gnu: jack-keyboard: Remove lash dependency Sughosha via Guix-patches via

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).