From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [WIP 2/8] gnu: evolution-data-server: Build Vala bindings. Date: Fri, 15 Apr 2016 23:02:23 -0400 Message-ID: <30165ff8bc61a8becd486db7b150e05214cb4dab.1460775480.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arGUw-00089Q-5W 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 1arGUr-0002pp-ML for guix-devel@gnu.org; Fri, 15 Apr 2016 23:02:14 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:59383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arGUr-0002pl-It for guix-devel@gnu.org; Fri, 15 Apr 2016 23:02:09 -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 CFD05C0001D for ; Fri, 15 Apr 2016 23:02:08 -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 (evolution-data-server)[arguments]: Add --enable-vala-bindings to #:configure-flags. [native-inputs]: Add vala. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0fd1d5b..7ba2283 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4141,6 +4141,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.") (nspr (assoc-ref %build-inputs "nspr"))) (list "--disable-uoa" ; disable Ubuntu Online Accounts support "--disable-google" ; disable Google Contacts support + "--enable-vala-bindings" (string-append "--with-nspr-includes=" nspr "/include/nspr") (string-append "--with-nss-includes=" nss "/include/nss") (string-append "--with-nss-libs=" nss "/lib/nss"))) @@ -4157,6 +4158,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.") ("gperf" ,gperf) ("intltool" ,intltool) ("pkg-config" ,pkg-config) + ("vala" ,vala) ("python" ,python))) (propagated-inputs ;; These are all in the Requires field of .pc files. -- 2.7.3