gnu: sooperlooper: Build with libsigc++@2.

* gnu/packages/music.scm (sooperlooper)[inputs]: Change from LIBSIGC++ to
LIBSIGC++-2.
This commit is contained in:
Marius Bakke 2022-02-04 20:06:20 +01:00
parent ba60aede97
commit f0e638a576
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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