diff options
author | L p R n d n <guix@lprndn.info> | 2019-08-18 22:35:07 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-07 00:36:34 +0200 |
commit | 48af9356722007707f001889cc217042a1933b55 (patch) | |
tree | fc77ee7bf18da7a5ab169b70509128979ab7a21a /gnu | |
parent | 279b5730d41720868e4e9b93e1bf2338936bfaa7 (diff) | |
download | patches-48af9356722007707f001889cc217042a1933b55.tar patches-48af9356722007707f001889cc217042a1933b55.tar.gz |
gnu: libxfce4ui: Add gobject-introspection support.
* gnu/packages/xfce.scm (libxfce4ui): Add gobject-introspection to native-inputs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 045f14f768..05606f5ba9 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -171,7 +171,8 @@ storage system.") (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("gobject-introspection" ,gobject-introspection))) (propagated-inputs `(("gtk+-3" ,gtk+) ; required by libxfce4ui-2.pc ;; libxfce4kbd-private-2.pc refers to all these. |