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.
This commit is contained in:
Sughosha 2022-02-13 19:19:43 -05:00 committed by Leo Famulari
parent c81b0dcc72
commit 6bfb3fc1f4
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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 @@ (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")