guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: libnet6: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: libnet6: Fix build.
Date: Sun, 12 Sep 2021 05:13:21 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 174a622  gnu: libnet6: Fix build.
174a622 is described below

commit 174a622f637dc9d912fdfd963685112258d4f4fa
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Sep 12 08:41:52 2021 +0000

    gnu: libnet6: Fix build.
    
    * gnu/packages/gobby.scm (libnet6)[inputs]: replace libsigc++ with
      libsigc++-2.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 0e1910d..931b35b 100644
--- a/gnu/packages/gobby.scm
+++ b/gnu/packages/gobby.scm
@@ -63,7 +63,7 @@
                 (string-append "gnutls_priority_set_direct"
                                "(session, \"NORMAL:+ANON-DH\", NULL)"))))))))
     (inputs
-     `(("libsigc++" ,libsigc++)
+     `(("libsigc++" ,libsigc++-2)
        ("gnutls" ,gnutls)))
     (home-page "https://gobby.github.io/";)
     (synopsis "Network access framework for IPv4/IPv6")



reply via email to

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