~ruther/guix-local

b9663471a87916f36b50af2a0f885f6f08dc3ed2 — Mark H Weaver 11 years ago 462f5cc
gnu: gnumeric: Adapt to glib "bin" split.

* gnu/packages/gnome.scm (gnumeric): 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
@@ 1189,6 1189,7 @@ controls using the Bonobo component framework.")
       ("zlib" ,zlib)))
    (native-inputs
     `(("intltool" ,intltool)
       ("glib:bin" ,glib "bin")
       ("pkg-config" ,pkg-config)))
    (home-page "http://www.gnumeric.org")
    (synopsis "Spreadsheet application")