diff options
author | Mark H Weaver <mhw@netris.org> | 2014-07-26 16:44:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-07-26 16:44:26 -0400 |
commit | f280cdb1bafefee42d0c573ecabb0d9bd0659e64 (patch) | |
tree | 961e38b271cf0d7082fb730cc93ff113ee803087 /gnu/packages/gnome.scm | |
parent | f8984634fdabc9969bacba754a4cbc2d8738c477 (diff) | |
download | guix-f280cdb1bafefee42d0c573ecabb0d9bd0659e64.tar guix-f280cdb1bafefee42d0c573ecabb0d9bd0659e64.tar.gz |
gnu: goffice: Adapt to glib "bin" split.
* gnu/packages/gnome.scm (goffice): 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 f5a0cd7de7..153bd39c96 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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") |