summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-07-26 16:44:26 -0400
committerMark H Weaver <mhw@netris.org>2014-07-26 16:44:26 -0400
commitf280cdb1bafefee42d0c573ecabb0d9bd0659e64 (patch)
tree961e38b271cf0d7082fb730cc93ff113ee803087
parentf8984634fdabc9969bacba754a4cbc2d8738c477 (diff)
downloadguix-patches-f280cdb1bafefee42d0c573ecabb0d9bd0659e64.tar
guix-patches-f280cdb1bafefee42d0c573ecabb0d9bd0659e64.tar.gz
gnu: goffice: Adapt to glib "bin" split.
* gnu/packages/gnome.scm (goffice): 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 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")