[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: non-sequencer: Build with libsigc++ 2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: non-sequencer: Build with libsigc++ 2. |
Date: |
Sun, 13 Feb 2022 19:24:51 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6bfb3fc1f4 gnu: non-sequencer: Build with libsigc++ 2.
6bfb3fc1f4 is described below
commit 6bfb3fc1f450c7d618041303d0ff35691b5991c0
Author: Sughosha <sughosha@disroot.org>
AuthorDate: Sun Feb 13 19:19:43 2022 -0500
gnu: non-sequencer: Build with libsigc++ 2.
This fixes the build:
------
Configuring sequencer
Checking for 'sigc++-2.0' >= 2.0.0 : not found
The configuration failed
------
* gnu/packages/music.scm (non-sequencer)[inputs]: Replace libsigc++ with
libsigc++-2.
---
gnu/packages/music.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ddb1126a47..a99167e9ef 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -44,6 +44,7 @@
;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org>
+;;; Copyright © 2022 Sughosha <sughosha@disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1773,7 +1774,7 @@ music theorist Paul Nauert's quantization grids or
Q-Grids, for short.")
'()))
#: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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: non-sequencer: Build with libsigc++ 2.,
guix-commits <=