~ruther/guix-local

7211944a4f25dcac28ff7cd490dca62bd50eb91e — 宋文武 11 years ago 67bdcfb
gnu: gsettings-desktop-schemas: Enable GObject introspection.

* gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]:
  Add gobject-introspection.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +1 -0
@@ 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