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

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Vinicius Monego
Owner
unassigned
Submitted by
Vinicius Monego
Severity
normal
V
V
Vinicius Monego wrote on 31 May 2020 18:03
(address . guix-patches@gnu.org)(name . Vinicius Monego)(address . monego@posteo.net)
20200531160324.52920-1-monego@posteo.net
* 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(-)

Toggle diff (25 lines)
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
N
N
Nicolas Goaziou wrote on 31 May 2020 23:26
(name . Vinicius Monego)(address . monego@posteo.net)(address . 41629-done@debbugs.gnu.org)
874krvhk33.fsf@nicolasgoaziou.fr
Hello,

Vinicius Monego <monego@posteo.net> writes:

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

I applied both patches. Thank you.

Regards,

--
Nicolas Goaziou
Closed
?