GNU bug report logs - #41629
[PATCH v3 1/2] gnu: homebank: Add libofx dependency.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sun, 31 May 2020 16:04:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vinicius Monego <monego <at> posteo.net>
Subject: bug#41629: closed (Re: [bug#41629] [PATCH v3 1/2] gnu: homebank:
 Add libofx dependency.)
Date: Sun, 31 May 2020 21:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 41629 <at> debbugs.gnu.org.

-- 
41629: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41629
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 41629-done <at> debbugs.gnu.org
Subject: Re: [bug#41629] [PATCH v3 1/2] gnu: homebank: Add libofx dependency.
Date: Sun, 31 May 2020 23:26:40 +0200
Hello,

Vinicius Monego <monego <at> posteo.net> writes:

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

I applied both patches. Thank you.

Regards,

-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
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 <at> dustycloud.org>
 ;;; Copyright © 2020 Tom Zander <tomz <at> freedommail.ch>
 ;;; Copyright © 2020 Marius Bakke <mbakke <at> fastmail.com>
+;;; Copyright © 2020 Vinicius Monego <monego <at> 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




This bug report was last modified 4 years and 358 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.