mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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>
This commit is contained in:
parent
aa9e639216
commit
dde37247fa
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,7 @@ (define-public gnucash
|
|||
(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 @@ (define-public gnucash
|
|||
libxslt
|
||||
perl-date-manip
|
||||
perl-finance-quote
|
||||
perl-json
|
||||
perl-json-parse
|
||||
python
|
||||
tzdata-for-tests
|
||||
|
|
Loading…
Reference in a new issue