mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: geoclue: Create typelib files.
* gnu/packages/gnome.scm (geoclue)[native-inputs]: Add GOBJECT-INTROSPECTION.
This commit is contained in:
parent
74e6472451
commit
758798a9cb
1 changed files with 1 additions and 0 deletions
|
@ -2634,6 +2634,7 @@ (define-public geoclue
|
|||
(("/bin/true") (which "true"))))))))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("intltool" ,intltool)))
|
||||
(inputs
|
||||
`(("avahi" ,avahi)
|
||||
|
|
Loading…
Reference in a new issue