mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: obby: Fix build.
* gnu/packages/gobby.scm (obby)[inputs]: Replace libsigc++ with libsigc++-2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
committed by
Efraim Flashner
parent
3cea6f4009
commit
d1732a007f
@@ -92,7 +92,7 @@
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libsigc++" ,libsigc++)
|
||||
`(("libsigc++" ,libsigc++-2)
|
||||
("gnutls" ,gnutls)
|
||||
("libnet6" ,libnet6)))
|
||||
(home-page "https://gobby.github.io/")
|
||||
|
||||
Reference in New Issue
Block a user