gnu: totem-pl-parser: Add gobject-introspection support.

* gnu/packages/gnome.scm (totem-pl-parser)[native-inputs]: Add
  gobject-introspection.
This commit is contained in:
Mark H Weaver 2015-06-20 20:01:00 -04:00
parent 22a6ad6a81
commit 4d6d82818a
1 changed files with 1 additions and 0 deletions

View File

@ -2401,6 +2401,7 @@ settings, themes, mouse settings, and startup of other daemons.")
(native-inputs
`(("intltool" ,intltool)
("glib" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)))
(propagated-inputs
`(("glib" ,glib)