guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: libxfce4ui: Add gobject-introspection support.


From: guix-commits
Subject: 07/09: gnu: libxfce4ui: Add gobject-introspection support.
Date: Fri, 6 Sep 2019 18:39:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 48af9356722007707f001889cc217042a1933b55
Author: L p R n d n <address@hidden>
Date:   Sun Aug 18 22:35:07 2019 +0200

    gnu: libxfce4ui: Add gobject-introspection support.
    
    * gnu/packages/xfce.scm (libxfce4ui): Add gobject-introspection to 
native-inputs.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 045f14f..05606f5 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.



reply via email to

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