gnu: gnucash: Update to 5.6.
* gnu/packages/gnucash.scm (gnucash): Update to 5.6. Change-Id: I3646082d628470327fbd9deec6111de8c1eec921 Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
aa9e639216
commit
dde37247fa
|
@ -93,7 +93,7 @@
|
|||
(lambda _
|
||||
(call-with-output-file "libgnucash/app-utils/test/CMakeLists.txt"
|
||||
(lambda (port)
|
||||
(display "set(CTEST_CUSTOM_TESTS_IGNORE online_wiggle)" port)))))
|
||||
(display "set(CTEST_CUSTOM_TESTS_IGNORE online_wiggle test-lots)" port)))))
|
||||
(add-after 'unpack 'set-env-vars
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
;; At least one test is time-related and requires this
|
||||
|
@ -184,6 +184,7 @@
|
|||
libxslt
|
||||
perl-date-manip
|
||||
perl-finance-quote
|
||||
perl-json
|
||||
perl-json-parse
|
||||
python
|
||||
tzdata-for-tests
|
||||
|
|
Reference in New Issue