diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-06-08 18:00:01 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-06-08 18:26:57 +0200 |
commit | 758798a9cb9af09e146506d08a4fe7bfdd3d38ba (patch) | |
tree | d60ed45e88f17f87a88d53712285118bd5011f46 | |
parent | 74e64724519f8db62f8d5b14dd7aba3c7ddf94af (diff) | |
download | guix-758798a9cb9af09e146506d08a4fe7bfdd3d38ba.tar guix-758798a9cb9af09e146506d08a4fe7bfdd3d38ba.tar.gz |
gnu: geoclue: Create typelib files.
* gnu/packages/gnome.scm (geoclue)[native-inputs]: Add GOBJECT-INTROSPECTION.
-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 84ae1cf2f1..4069abab82 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2634,6 +2634,7 @@ output devices.") (("/bin/true") (which "true")))))))) (native-inputs `(("pkg-config" ,pkg-config) + ("gobject-introspection" ,gobject-introspection) ("intltool" ,intltool))) (inputs `(("avahi" ,avahi) |