me
/
guix
Archived
1
0
Fork 0

gnu: libnet6: Fix build.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
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
1 changed files with 1 additions and 1 deletions

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