From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43174) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0AAm-0006wH-D6 for guix-patches@gnu.org; Tue, 20 Aug 2019 15:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0AAk-00011b-Ee for guix-patches@gnu.org; Tue, 20 Aug 2019 15:52:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53540) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0AAk-000117-A7 for guix-patches@gnu.org; Tue, 20 Aug 2019 15:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i0AAk-0003br-7U for guix-patches@gnu.org; Tue, 20 Aug 2019 15:52:02 -0400 Subject: [bug#37121] [PATCH 37/40] gnu: libxfce4util: Build Vala bindings. Resent-Message-ID: From: L p R n d n Date: Tue, 20 Aug 2019 23:50:40 +0200 Message-Id: <20190820215043.32077-37-guix@lprndn.info> In-Reply-To: <20190820215043.32077-1-guix@lprndn.info> References: <20190820215043.32077-1-guix@lprndn.info> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37121@debbugs.gnu.org * gnu/packages/xfce.scm (libxfce4util)[native-inputs]: Add vala. --- 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 d3c28e4bea..78c3fb58f9 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -101,7 +101,8 @@ (native-inputs `(("pkg-config" ,pkg-config) ("gobject-introspection" ,gobject-introspection) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("vala" ,vala))) (propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc (home-page "https://www.xfce.org/") (synopsis "Basic utility library for Xfce") -- 2.22.0