3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libnet6: Fix build.

* gnu/packages/gobby.scm (libnet6)[inputs]: replace libsigc++ with
  libsigc++-2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Felix Gruber 2021-09-12 08:41:52 +00:00 committed by Guillaume Le Vaillant
parent 58d3c8bb1e
commit 174a622f63
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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")