From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [WIP 4/8] gnu: vala: Build Vala API (.vapi) generator. Date: Fri, 15 Apr 2016 23:02:25 -0400 Message-ID: <064533e48c65eabd114f908b62fdbbf2eb473fba.1460775480.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arGUw-00089O-5I for guix-devel@gnu.org; Fri, 15 Apr 2016 23:02:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arGUs-0002qH-2y for guix-devel@gnu.org; Fri, 15 Apr 2016 23:02:14 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:60213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arGUr-0002q3-Vp for guix-devel@gnu.org; Fri, 15 Apr 2016 23:02:10 -0400 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 52A12C0001B for ; Fri, 15 Apr 2016 23:02:09 -0400 (EDT) In-Reply-To: In-Reply-To: References: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/gnome.scm (vala)[arguments]: Pass --enable-apigen to #:configure-flags. --- gnu/packages/gnome.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d1a5a46..c709297 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1709,7 +1709,9 @@ passwords in the GNOME keyring.") (setenv "CC" "gcc") ;; For missing '/etc/machine-id'. (setenv "DBUS_FATAL_WARNINGS" "0") - #t))))) + #t))) + ;; Build the Vala API generator + #:configure-flags '("--enable-vapigen"))) (native-inputs `(("pkg-config" ,pkg-config) ("flex" ,flex) -- 2.7.3