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:
parent
f8c143a713
commit
2c10c4182c
|
@ -141,7 +141,7 @@ Xfce Desktop Environment.")
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("glib:bin" ,glib "bin") ;; for gdbus-codegen
|
("glib:bin" ,glib "bin") ;; for gdbus-codegen
|
||||||
))
|
("gobject-introspection" ,gobject-introspection)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; libxfconf-0.pc refers to all these.
|
;; libxfconf-0.pc refers to all these.
|
||||||
`(("glib" ,glib)))
|
`(("glib" ,glib)))
|
||||||
|
|
Loading…
Reference in New Issue