guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: homebank: Add libofx dependency.


From: guix-commits
Subject: 01/02: gnu: homebank: Add libofx dependency.
Date: Sun, 31 May 2020 17:26:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c7210b9613372dffa7b1926832b1ec1ff97d4bbf
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun May 31 13:03:23 2020 -0300

    gnu: homebank: Add libofx dependency.
    
    * gnu/packages/finance.scm (homebank)[inputs]: Add libofx.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 78dc412..dba7db8 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2020 Christopher Lemmer Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2020 Tom Zander <tomz@freedommail.ch>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -186,9 +187,8 @@ line client and a client based on Qt.")
        ("intltool" ,intltool)))
     (inputs
      `(("gtk+" ,gtk+)
+       ("libofx" ,libofx)
        ("libsoup" ,libsoup)))
-    (arguments
-     `(#:configure-flags (list "-without-ofx"))) ; libofx is not available yet
     (home-page "http://homebank.free.fr/";)
     (synopsis "Graphical personal accounting application")
     (description "HomeBank allows you to manage your personal accounts at



reply via email to

[Prev in Thread] Current Thread [Next in Thread]