guix-patches
[Top][All Lists]
Advanced

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

[bug#50548] [PATCH core-updates-frozen] gnu: obby: Fix build.


From: Felix Gruber
Subject: [bug#50548] [PATCH core-updates-frozen] gnu: obby: Fix build.
Date: Sun, 12 Sep 2021 12:39:26 +0000

* gnu/packages/gobby.scm (obby)[inputs]: Replace libsigc++ with
  libsigc++-2.
---
 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 aeec3d6de9..03e8a065b3 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/";)
-- 
2.30.2






reply via email to

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