From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH 5/5] gnu: gnucash: Add support for AqBanking. Date: Mon, 6 Jun 2016 15:23:01 +0200 Message-ID: <20160606132301.21077-6-rekado@elephly.net> References: <20160606132301.21077-1-rekado@elephly.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9uVN-0006C6-Hl for guix-devel@gnu.org; Mon, 06 Jun 2016 09:23:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9uVM-0005M6-Mh for guix-devel@gnu.org; Mon, 06 Jun 2016 09:23:45 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9uVM-0005LS-ER for guix-devel@gnu.org; Mon, 06 Jun 2016 09:23:44 -0400 In-Reply-To: <20160606132301.21077-1-rekado@elephly.net> 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/gnucash.scm (gnucash)[inputs]: Add aqbanking. [arguments]: Add configure flag to enable aqbanking. --- gnu/packages/gnucash.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index 06a2261..5bac5a1 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm @@ -63,6 +63,7 @@ ("libxml2" ,libxml2) ("libxslt" ,libxslt) ("webkitgtk" ,webkitgtk/gtk+-2) + ("aqbanking" ,aqbanking) ("perl-date-manip" ,perl-date-manip) ("perl-finance-quote" ,perl-finance-quote))) (native-inputs @@ -71,7 +72,8 @@ ("pkg-config" ,pkg-config))) (arguments `(#:tests? #f ;FIXME: failing at /qof/gnc-date/qof print date dmy buff - #:configure-flags '("--disable-dbi") + #:configure-flags '("--disable-dbi" + "--enable-aqbanking") #:phases (modify-phases %standard-phases (add-after -- 2.8.3