mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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>
This commit is contained in:
parent
b45e11dad8
commit
cb8a5e075a
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ (define-public libxfce4util
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)))
|
||||||
(propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc
|
(propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc
|
||||||
(home-page "https://www.xfce.org/")
|
(home-page "https://www.xfce.org/")
|
||||||
|
|
Loading…
Reference in a new issue