all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Daniel Meißner via Guix-patches via" <guix-patches@gnu.org>
To: 60783@debbugs.gnu.org
Cc: "Daniel Meißner" <daniel.meissner-i4k@rub.de>
Subject: [bug#60783] [PATCH 1/3] gnu: mamba: Use correct version of libsigc++.
Date: Fri, 13 Jan 2023 22:44:40 +0100	[thread overview]
Message-ID: <20230113214442.5332-1-daniel.meissner-i4k@rub.de> (raw)
In-Reply-To: <20230113131018.31279-1-daniel.meissner-i4k@rub.de>

* gnu/packages/music.scm (mamba)[inputs]: Use libsigc++ version 2 instead of
version 3.
---
 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 f83e25d9e8..e433cc61e8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6098,7 +6098,7 @@ (define-public mamba
           fluidsynth
           jack-1
           liblo
-          libsigc++
+          libsigc++-2
           libsmf
           libx11))
    (native-inputs
-- 
2.38.1





  reply	other threads:[~2023-01-13 23:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13 13:10 [bug#60783] [PATCH 0/3] Fix mamba build Daniel Meißner via Guix-patches via
2023-01-13 21:44 ` Daniel Meißner via Guix-patches via [this message]
2023-01-13 21:44   ` [bug#60783] [PATCH 2/3] gnu: mamba: Update to 2.3 Daniel Meißner via Guix-patches via
2023-01-13 21:44   ` [bug#60783] [PATCH 3/3] gnu: mamba: Use G-expressions Daniel Meißner via Guix-patches via
2023-01-16 17:51 ` bug#60783: [PATCH 0/3] Fix mamba build Maxim Cournoyer

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=20230113214442.5332-1-daniel.meissner-i4k@rub.de \
    --to=guix-patches@gnu.org \
    --cc=60783@debbugs.gnu.org \
    --cc=daniel.meissner-i4k@rub.de \
    /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.