diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-01-02 15:11:06 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-01-02 17:10:08 -0500 |
commit | 707efe171a4e0e542a7d969c130195fa94b5d615 (patch) | |
tree | 511db9298a728f3dc9d4a55368360b5cbf1a99f6 /gnu/local.mk | |
parent | d804a40a51f77c43f30f332a6e1f52c111a478d4 (diff) | |
download | guix-707efe171a4e0e542a7d969c130195fa94b5d615.tar guix-707efe171a4e0e542a7d969c130195fa94b5d615.tar.gz |
gnu: gnucash: Fix test failure.
Fixes issue #32057 (see: https://issues.guix.info/issue/32057).
* gnu/packages/patches/gnucash-fix-test-transaction-failure.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gnucash.scm (gnucash): Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0bb0203354..5f3a4b00d8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -776,6 +776,7 @@ dist_patch_DATA = \ %D%/packages/patches/gnome-tweak-tool-search-paths.patch \ %D%/packages/patches/gnucash-price-quotes-perl.patch \ %D%/packages/patches/gnucash-disable-failing-tests.patch \ + %D%/packages/patches/gnucash-fix-test-transaction-failure.patch \ %D%/packages/patches/gnutls-skip-trust-store-test.patch \ %D%/packages/patches/gnutls-skip-pkgconfig-test.patch \ %D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \ |