gnu: xfconf: Add support for gobject-introspection.

* gnu/packages/xfce.scm (xfconf): Add gobject-introspection to native-inputs.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
L p R n d n 2019-08-18 22:00:20 +02:00 committed by Ludovic Courtès
parent f8c143a713
commit 2c10c4182c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -141,7 +141,7 @@ (define-public xfconf
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)
("glib:bin" ,glib "bin") ;; for gdbus-codegen
))
("gobject-introspection" ,gobject-introspection)))
(propagated-inputs
;; libxfconf-0.pc refers to all these.
`(("glib" ,glib)))