1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-05 04:31:30 +02:00

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

* gnu/packages/gnome.scm (goffice): Add glib:bin to 'native-inputs'.
This commit is contained in:
Mark H Weaver
2014-07-26 16:44:26 -04:00
parent f8984634fd
commit f280cdb1ba
+1
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")