emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41629: closed ([PATCH v3 1/2] gnu: homebank: Add libofx dependency.)


From: GNU bug Tracking System
Subject: bug#41629: closed ([PATCH v3 1/2] gnu: homebank: Add libofx dependency.)
Date: Sun, 31 May 2020 21:27:02 +0000

Your message dated Sun, 31 May 2020 23:26:40 +0200
with message-id <874krvhk33.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#41629] [PATCH v3 1/2] gnu: homebank: Add libofx 
dependency.
has caused the debbugs.gnu.org bug report #41629,
regarding [PATCH v3 1/2] gnu: homebank: Add libofx dependency.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41629: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41629
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH v3 1/2] gnu: homebank: Add libofx dependency. Date: Sun, 31 May 2020 13:03:23 -0300
* gnu/packages/finance.scm (homebank)[inputs]: Add libofx.
---
Resending with send-email and proper commit messages.

 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 f182057bb4..8fbc1a1ee4 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
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#41629] [PATCH v3 1/2] gnu: homebank: Add libofx dependency. Date: Sun, 31 May 2020 23:26:40 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/finance.scm (homebank)[inputs]: Add libofx.

I applied both patches. Thank you.

Regards,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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