mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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:
parent
58d3c8bb1e
commit
174a622f63
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ (define-public libnet6
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue