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

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sun, 12 Sep 2021 12:40:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [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





This bug report was last modified 3 years and 332 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.