guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#37121] [PATCH 07/40] gnu: libxfce4ui: Add gobject-introspection sup


From: L p R n d n
Subject: [bug#37121] [PATCH 07/40] gnu: libxfce4ui: Add gobject-introspection support.
Date: Tue, 20 Aug 2019 23:50:10 +0200

* gnu/packages/xfce.scm (libxfce4ui): Add gobject-introspection to 
native-inputs.
---
 gnu/packages/xfce.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index eae74acbfb..dda40ff72f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -170,7 +170,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.
-- 
2.22.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]