me
/
guix
Archived
1
0
Fork 0

gnu: gsettings-desktop-schemas: Enable GObject introspection.

* gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]:
  Add gobject-introspection.
master
宋文武 2015-04-05 22:53:02 +08:00
parent 67bdcfbcc5
commit 7211944a4f
1 changed files with 1 additions and 0 deletions

View File

@ -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