all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50541] [PATCH core-updates-frozen] gnu: libnet6: Fix build.
@ 2021-09-12  8:41 Felix Gruber
  2021-09-12  9:13 ` bug#50541: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-09-12  8:41 UTC (permalink / raw)
  To: 50541; +Cc: Felix Gruber

* gnu/packages/gobby.scm (libnet6)[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 0e1910d7ce..931b35bc52 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")
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50541: [PATCH core-updates-frozen] gnu: libnet6: Fix build.
  2021-09-12  8:41 [bug#50541] [PATCH core-updates-frozen] gnu: libnet6: Fix build Felix Gruber
@ 2021-09-12  9:13 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-09-12  9:13 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 50541-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 174a622f637dc9d912fdfd963685112258d4f4fa.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-12  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-12  8:41 [bug#50541] [PATCH core-updates-frozen] gnu: libnet6: Fix build Felix Gruber
2021-09-12  9:13 ` bug#50541: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.