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
parent
58d3c8bb1e
commit
174a622f63
|
@ -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")
|
||||
|
|
Reference in New Issue