aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-04-05 22:53:02 +0800
committer宋文武 <iyzsong@gmail.com>2015-04-05 22:55:51 +0800
commit7211944a4f25dcac28ff7cd490dca62bd50eb91e (patch)
tree27c6fba9af5979260667daf39cca98c5cf82fc05 /gnu/packages/gnome.scm
parent67bdcfbcc53b19b71e4c1f6488f8192201d9f78f (diff)
downloadguix-7211944a4f25dcac28ff7cd490dca62bd50eb91e.tar.gz
guix-7211944a4f25dcac28ff7cd490dca62bd50eb91e.zip
gnu: gsettings-desktop-schemas: Enable GObject introspection.
* gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]: Add gobject-introspection.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 874e20332c..18b7e7ee81 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -271,6 +271,7 @@ on the GNOME Desktop with a single simple application.")
(native-inputs
`(("intltool" ,intltool)
("glib" ,glib "bin") ; glib-compile-schemas, etc.
+ ("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)))
(home-page "https://launchpad.net/gsettings-desktop-schemas")
(synopsis