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