~ruther/guix-local

f280cdb1bafefee42d0c573ecabb0d9bd0659e64 — Mark H Weaver 11 years ago f898463
gnu: goffice: Adapt to glib "bin" split.

* gnu/packages/gnome.scm (goffice): Add glib:bin to 'native-inputs'.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +1 -0
@@ 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")