me
/
guix
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>
master
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
1 changed files with 1 additions and 1 deletions

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