all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: sughosha--- via Guix-patches via <guix-patches@gnu.org>
To: 53893@debbugs.gnu.org
Subject: [bug#53893] Fix non-sequencer from failing to build
Date: Wed, 09 Feb 2022 03:46:02 +0000	[thread overview]
Message-ID: <045524f36b0dd4124dde52319e09a70b@disroot.org> (raw)


[-- 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")

             reply	other threads:[~2022-02-09 16:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-09  3:46 sughosha--- via Guix-patches via [this message]
2022-02-09 19:02 ` [bug#53893] Fix non-sequencer from failing to build Leo Famulari
2022-02-10 11:18 ` sughosha--- via Guix-patches via
2022-02-14  0:26   ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=045524f36b0dd4124dde52319e09a70b@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=53893@debbugs.gnu.org \
    --cc=sughosha@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.