all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53893] Fix non-sequencer from failing to build
@ 2022-02-09  3:46 sughosha--- via Guix-patches via
  2022-02-09 19:02 ` Leo Famulari
  2022-02-10 11:18 ` sughosha--- via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: sughosha--- via Guix-patches via @ 2022-02-09  3:46 UTC (permalink / raw)
  To: 53893


[-- Attachment #1.1: Type: text/plain, Size: 2 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 261 bytes --]

[-- Attachment #2: fix-non-sequencer.patch --]
[-- Type: application/octet-stream, Size: 485 bytes --]

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ddb1126a47..5a67a6e0d2 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1773,7 +1773,7 @@ (define-public non-sequencer
                      '()))
          #:python ,python-2))
       (inputs
-       (list jack-1 libsigc++ liblo ntk))
+       (list jack-1 libsigc++-2 liblo ntk))
       (native-inputs
        (list pkg-config))
       (home-page "https://non.tuxfamily.org/wiki/Non%20Sequencer")

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

end of thread, other threads:[~2022-02-14  0:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09  3:46 [bug#53893] Fix non-sequencer from failing to build sughosha--- via Guix-patches via
2022-02-09 19:02 ` Leo Famulari
2022-02-10 11:18 ` sughosha--- via Guix-patches via
2022-02-14  0:26   ` Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.