guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: xfconf: Add support for gobject-introspection.


From: guix-commits
Subject: 04/09: gnu: xfconf: Add support for gobject-introspection.
Date: Fri, 6 Sep 2019 18:39:01 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2c10c4182c6acabd4ba49ad113e48f2c050aa341
Author: L p R n d n <address@hidden>
Date:   Sun Aug 18 22:00:20 2019 +0200

    gnu: xfconf: Add support for gobject-introspection.
    
    * gnu/packages/xfce.scm (xfconf): Add gobject-introspection to 
native-inputs.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 6bd4723..19bf642 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -140,8 +140,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)))



reply via email to

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