guix-patches
[Top][All Lists]
Advanced

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

[bug#37121] [PATCH 04/40] gnu: xfconf: Add support for gobject-introspec


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

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

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 32918ef451..fea5d68327 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -138,8 +138,8 @@ Xfce Desktop Environment.")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)
-       ("glib:bin" ,glib "bin")         ;; for gdbus-codegen
-       ))
+       ("glib:bin" ,glib "bin") ;; for gdbus-codegen
+       ("gobject-introspection" ,gobject-introspection)))
     (propagated-inputs
      ;; libxfconf-0.pc refers to all these.
      `(("glib" ,glib)
-- 
2.22.0






reply via email to

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