summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-06-20 20:01:00 -0400
committerMark H Weaver <mhw@netris.org>2015-06-20 23:51:41 -0400
commit4d6d82818ab8183cca9629832ea31d2f20789be4 (patch)
tree8b29a9be9105695a680d00b31baaad4031c20226
parent22a6ad6a81c33be8ddf28c078fc21c631ebb80b5 (diff)
downloadpatches-4d6d82818ab8183cca9629832ea31d2f20789be4.tar
patches-4d6d82818ab8183cca9629832ea31d2f20789be4.tar.gz
gnu: totem-pl-parser: Add gobject-introspection support.
* gnu/packages/gnome.scm (totem-pl-parser)[native-inputs]: Add gobject-introspection.
-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 0c6f2ca1be..21ca3a8363 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)