guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: obby: Fix build.


From: guix-commits
Subject: 02/02: gnu: obby: Fix build.
Date: Sun, 12 Sep 2021 09:49:08 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit d1732a007fff1549fd49bae595ef9541bea2a332
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Sep 12 12:39:26 2021 +0000

    gnu: obby: Fix build.
    
    * gnu/packages/gobby.scm (obby)[inputs]: Replace libsigc++ with
    libsigc++-2.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/gobby.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gobby.scm b/gnu/packages/gobby.scm
index aeec3d6..03e8a06 100644
--- a/gnu/packages/gobby.scm
+++ b/gnu/packages/gobby.scm
@@ -92,7 +92,7 @@
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("libsigc++" ,libsigc++)
+     `(("libsigc++" ,libsigc++-2)
        ("gnutls" ,gnutls)
        ("libnet6" ,libnet6)))
     (home-page "https://gobby.github.io/";)



reply via email to

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