mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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)
|
||||
(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/")
|
||||
|
|
Loading…
Reference in a new issue