diff mbox series

[bug#37272,PATCHES] xfconf: Add vala and gi support.

Message ID 87ftledcaz.fsf@lprndn.info
State Accepted
Headers show
Series [bug#37272,PATCHES] xfconf: Add vala and gi support. | expand

Commit Message

L p R n d n Sept. 2, 2019, 2:04 p.m. UTC

Comments

Ludovic Courtès Sept. 6, 2019, 10:08 p.m. UTC | #1
Hi,

L  p R n  d n    <guix@lprndn.info> skribis:

>>From 0ee78a3cba707eb5d49a41d7309c81b5233520a3 Mon Sep 17 00:00:00 2001
> From: L  p R n  d n <guix@lprndn.info>
> Date: Sun, 18 Aug 2019 22:00:20 +0200
> Subject: [PATCH 05/19] gnu: xfconf: Add support for gobject-introspection.
>
> * gnu/packages/xfce.scm (xfconf): Add gobject-introspection to native-inputs.

[...]

>>From f6acf6e80ef7625a41ab9eb6213f83b9ce1439b4 Mon Sep 17 00:00:00 2001
> From: L  p R n  d n <guix@lprndn.info>
> Date: Sun, 18 Aug 2019 22:10:46 +0200
> Subject: [PATCH 06/19] gnu: xfconf: Add vala support.
>
> * gnu/packages/xfce.scm (xfconf): Add vala to native-inputs.

Applied, thanks!

Ludo’.
diff mbox series

Patch

From f6acf6e80ef7625a41ab9eb6213f83b9ce1439b4 Mon Sep 17 00:00:00 2001
From: L  p R n  d n <guix@lprndn.info>
Date: Sun, 18 Aug 2019 22:10:46 +0200
Subject: [PATCH 06/19] gnu: xfconf: Add vala support.

* gnu/packages/xfce.scm (xfconf): Add vala 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 ad18044833..eb14157780 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -141,7 +141,8 @@  Xfce Desktop Environment.")
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)
        ("glib:bin" ,glib "bin") ;; for gdbus-codegen
-       ("gobject-introspection" ,gobject-introspection)))
+       ("gobject-introspection" ,gobject-introspection)
+       ("vala" ,vala)))
     (propagated-inputs
      ;; libxfconf-0.pc refers to all these.
      `(("glib" ,glib)))
-- 
2.22.0