me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@ Xfce Desktop Environment.")
(native-inputs (native-inputs
`(("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)))