guix-patches
[Top][All Lists]
Advanced

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

[bug#37121] [PATCH 02/40] gnu: libxfce4util: Add gobject-introspection s


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

* gnu/packages/xfce.scm (libxfce4util): Add gobject-introspection to 
native-inputs.
---
 gnu/packages/xfce.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index f8bb191404..dd8c832579 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -98,6 +98,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/";)
-- 
2.22.0






reply via email to

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