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:
parent
22a6ad6a81
commit
4d6d82818a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue