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:
parent
c81b0dcc72
commit
6bfb3fc1f4
@ -44,6 +44,7 @@
|
|||||||
;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
|
;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
|
||||||
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
||||||
;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org>
|
;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org>
|
||||||
|
;;; Copyright © 2022 Sughosha <sughosha@disroot.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; 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))
|
#:python ,python-2))
|
||||||
(inputs
|
(inputs
|
||||||
(list jack-1 libsigc++ liblo ntk))
|
(list jack-1 libsigc++-2 liblo ntk))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(home-page "https://non.tuxfamily.org/wiki/Non%20Sequencer")
|
(home-page "https://non.tuxfamily.org/wiki/Non%20Sequencer")
|
||||||
|
Loading…
Reference in New Issue
Block a user