mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ (define-public xfconf
|
||||||
`(("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 a new issue