mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue