diff options
author | Mark H Weaver <mhw@netris.org> | 2014-07-26 17:08:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-07-26 17:10:22 -0400 |
commit | b9663471a87916f36b50af2a0f885f6f08dc3ed2 (patch) | |
tree | 12036a6a8bec0ed2e4d99f8d4e8054d0d09b859d /gnu/packages/gnome.scm | |
parent | 462f5ccade9fd1372e2a7d1e854cd6324ebb4105 (diff) | |
download | guix-b9663471a87916f36b50af2a0f885f6f08dc3ed2.tar guix-b9663471a87916f36b50af2a0f885f6f08dc3ed2.tar.gz |
gnu: gnumeric: Adapt to glib "bin" split.
* gnu/packages/gnome.scm (gnumeric): Add glib:bin to 'native-inputs'.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
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") |