all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: guix-devel@gnu.org
Subject: [PATCH 5/5] gnu: gnucash: Add support for AqBanking.
Date: Mon,  6 Jun 2016 15:23:01 +0200	[thread overview]
Message-ID: <20160606132301.21077-6-rekado@elephly.net> (raw)
In-Reply-To: <20160606132301.21077-1-rekado@elephly.net>

* 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

  parent reply	other threads:[~2016-06-06 13:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-06 13:22 [PATCH 0/5] gnucash: Add AqBanking support Ricardo Wurmus
2016-06-06 13:22 ` [PATCH 1/5] gnu: gnucash: Add "license:" prefix Ricardo Wurmus
2016-06-08 12:48   ` Ludovic Courtès
2016-06-06 13:22 ` [PATCH 2/5] gnu: xmlsec: Enable gnutls support Ricardo Wurmus
2016-06-08 12:49   ` Ludovic Courtès
2016-06-06 13:22 ` [PATCH 3/5] gnu: Add gwenhywfar Ricardo Wurmus
2016-06-06 14:22   ` Leo Famulari
2016-06-06 15:19     ` Ricardo Wurmus
2016-06-06 18:19       ` Efraim Flashner
2016-06-08 12:53   ` Ludovic Courtès
2016-06-11 14:32     ` Ricardo Wurmus
2016-06-11 14:56     ` Ricardo Wurmus
2016-06-06 13:23 ` [PATCH 4/5] gnu: Add AqBanking Ricardo Wurmus
2016-06-06 14:22   ` Leo Famulari
2016-06-06 15:19     ` Ricardo Wurmus
2016-06-08 12:54   ` Ludovic Courtès
2016-06-06 13:23 ` Ricardo Wurmus [this message]
2016-06-08 12:54   ` [PATCH 5/5] gnu: gnucash: Add support for AqBanking Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160606132301.21077-6-rekado@elephly.net \
    --to=rekado@elephly.net \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.