guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: sooperlooper: Build with libsigc++@2.


From: guix-commits
Subject: 01/02: gnu: sooperlooper: Build with libsigc++@2.
Date: Fri, 4 Feb 2022 18:37:25 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit f0e638a57695134d79abc74d6c6e360cbd20e470
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Feb 4 20:06:20 2022 +0100

    gnu: sooperlooper: Build with libsigc++@2.
    
    * gnu/packages/music.scm (sooperlooper)[inputs]: Change from LIBSIGC++ to
    LIBSIGC++-2.
---
 gnu/packages/music.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 211f7a6b11..ddb1126a47 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4039,7 +4039,7 @@ with a number of bugfixes and changes to improve IT 
playback.")
        ("liblo" ,liblo)
        ("rubberband" ,rubberband)
        ("libxml2" ,libxml2)
-       ("libsigc++" ,libsigc++)
+       ("libsigc++" ,libsigc++-2)
        ("ncurses" ,ncurses)))
     (native-inputs
      (list pkg-config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]