summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-07-26 17:08:56 -0400
committerMark H Weaver <mhw@netris.org>2014-07-26 17:10:22 -0400
commitb9663471a87916f36b50af2a0f885f6f08dc3ed2 (patch)
tree12036a6a8bec0ed2e4d99f8d4e8054d0d09b859d
parent462f5ccade9fd1372e2a7d1e854cd6324ebb4105 (diff)
downloadguix-b9663471a87916f36b50af2a0f885f6f08dc3ed2.tar.gz
gnu: gnumeric: Adapt to glib "bin" split.
* gnu/packages/gnome.scm (gnumeric): Add glib:bin to 'native-inputs'.
-rw-r--r--gnu/packages/gnome.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 153bd39c96..f684d24627 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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")