diff options
author | Mark H Weaver <mhw@netris.org> | 2015-06-20 20:01:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-06-20 23:51:41 -0400 |
commit | 4d6d82818ab8183cca9629832ea31d2f20789be4 (patch) | |
tree | 8b29a9be9105695a680d00b31baaad4031c20226 /gnu/packages/gnome.scm | |
parent | 22a6ad6a81c33be8ddf28c078fc21c631ebb80b5 (diff) | |
download | guix-4d6d82818ab8183cca9629832ea31d2f20789be4.tar guix-4d6d82818ab8183cca9629832ea31d2f20789be4.tar.gz |
gnu: totem-pl-parser: Add gobject-introspection support.
* gnu/packages/gnome.scm (totem-pl-parser)[native-inputs]: Add
gobject-introspection.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
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) |