Archived
1
0
Fork 0

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:
Felix Gruber 2021-09-12 12:39:26 +00:00 committed by Efraim Flashner
parent 3cea6f4009
commit d1732a007f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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