gnu: goffice: Adapt to glib "bin" split.

* gnu/packages/gnome.scm (goffice): Add glib:bin to 'native-inputs'.
master
Mark H Weaver 2014-07-26 16:44:26 -04:00
parent f8984634fd
commit f280cdb1ba
1 changed files with 1 additions and 0 deletions

View File

@ -1139,6 +1139,7 @@ controls using the Bonobo component framework.")
("libxml2" ,libxml2)))
(native-inputs
`(("intltool" ,intltool)
("glib" ,glib "bin")
("pkg-config" ,pkg-config)))
(home-page "https://developer.gnome.org/goffice/")
(synopsis "Document-centric objects and utilities")