gnu: goffice: Adapt to glib "bin" split.
* gnu/packages/gnome.scm (goffice): Add glib:bin to 'native-inputs'.
This commit is contained in:
parent
f8984634fd
commit
f280cdb1ba
|
@ -1139,6 +1139,7 @@ controls using the Bonobo component framework.")
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
("glib" ,glib "bin")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://developer.gnome.org/goffice/")
|
(home-page "https://developer.gnome.org/goffice/")
|
||||||
(synopsis "Document-centric objects and utilities")
|
(synopsis "Document-centric objects and utilities")
|
||||||
|
|
Loading…
Reference in New Issue