gnu: aqbanking: Update to 5.99.44beta.
* gnu/packages/gnucash.scm (aqbanking): Update to 5.99.44beta. [argmuents]<configure-flags>: Remove. [native-inputs]. Add gettext-minimal.
This commit is contained in:
parent
c82eab7f42
commit
219fe54c8a
@ -37,6 +37,7 @@
|
|||||||
#:use-module (gnu packages databases)
|
#:use-module (gnu packages databases)
|
||||||
#:use-module (gnu packages docbook)
|
#:use-module (gnu packages docbook)
|
||||||
#:use-module (gnu packages documentation)
|
#:use-module (gnu packages documentation)
|
||||||
|
#:use-module (gnu packages gettext)
|
||||||
#:use-module (gnu packages gnome)
|
#:use-module (gnu packages gnome)
|
||||||
#:use-module (gnu packages gnupg)
|
#:use-module (gnu packages gnupg)
|
||||||
#:use-module (gnu packages glib)
|
#:use-module (gnu packages glib)
|
||||||
@ -268,22 +269,19 @@ applications and libraries. It is used by AqBanking.")
|
|||||||
(define-public aqbanking
|
(define-public aqbanking
|
||||||
(package
|
(package
|
||||||
(name "aqbanking")
|
(name "aqbanking")
|
||||||
(version "5.8.1")
|
(version "5.99.44beta")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.aquamaniac.de/rdm/attachments/"
|
(uri (string-append "https://www.aquamaniac.de/rdm/attachments/"
|
||||||
"download/105/aqbanking-" version ".tar.gz"))
|
"download/224/aqbanking-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0m44n2hyxprxzq7ijkrd7rmhhl0r033s1k21ix9y67a0p9skl1mg"))))
|
(base32 "1cgj8g3wy53galp9pk50a85w0kmwfx3dwl93cbvq6sqb9izxmwdb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Parallel building fails because aqhbci is required before it's
|
`(;; Parallel building fails because aqhbci is required before it's
|
||||||
;; built.
|
;; built.
|
||||||
#:parallel-build? #f
|
#:parallel-build? #f))
|
||||||
#:configure-flags
|
|
||||||
(list (string-append "--with-gwen-dir="
|
|
||||||
(assoc-ref %build-inputs "gwenhywfar")))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gwenhywfar" ,gwenhywfar)))
|
`(("gwenhywfar" ,gwenhywfar)))
|
||||||
(inputs
|
(inputs
|
||||||
@ -292,6 +290,7 @@ applications and libraries. It is used by AqBanking.")
|
|||||||
("gnutls" ,gnutls)))
|
("gnutls" ,gnutls)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("gettext-minimal", gettext-minimal)
|
||||||
("libltdl" ,libltdl)))
|
("libltdl" ,libltdl)))
|
||||||
(home-page "https://www.aquamaniac.de/sites/aqbanking/index.php")
|
(home-page "https://www.aquamaniac.de/sites/aqbanking/index.php")
|
||||||
(synopsis "Interface for online banking tasks")
|
(synopsis "Interface for online banking tasks")
|
||||||
|
Loading…
Reference in New Issue
Block a user