me
/
guix
Archived
1
0
Fork 0

gnu: libxfce4util: Add gobject-introspection support.

* gnu/packages/xfce.scm (libxfce4util): 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 21:34:09 +02:00 committed by Ludovic Courtès
parent b45e11dad8
commit cb8a5e075a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
("gobject-introspection" ,gobject-introspection)
("intltool" ,intltool)))
(propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc
(home-page "https://www.xfce.org/")