mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: sooperlooper: Build with libsigc++@2.
* gnu/packages/music.scm (sooperlooper)[inputs]: Change from LIBSIGC++ to LIBSIGC++-2.
This commit is contained in:
parent
ba60aede97
commit
f0e638a576
1 changed files with 1 additions and 1 deletions
|
@ -4039,7 +4039,7 @@ (define-public sooperlooper
|
|||
("liblo" ,liblo)
|
||||
("rubberband" ,rubberband)
|
||||
("libxml2" ,libxml2)
|
||||
("libsigc++" ,libsigc++)
|
||||
("libsigc++" ,libsigc++-2)
|
||||
("ncurses" ,ncurses)))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue