diff options
author | Eric Bavier <bavier@member.fsf.org> | 2016-10-17 23:59:53 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2018-01-08 16:03:55 -0600 |
commit | 5424f9bcab01d7017550d79cdf42daea87151da0 (patch) | |
tree | d6309651875ede5fb4a79e3096d112d8f6b36637 /gnu/local.mk | |
parent | 7f9866a312f12b619df1baa83d889b82fb5874cf (diff) | |
download | guix-5424f9bcab01d7017550d79cdf42daea87151da0.tar guix-5424f9bcab01d7017550d79cdf42daea87151da0.tar.gz |
gnu: ledger: Fix test failures.
* gnu/packages/patches/ledger-revert-boost-python-fix.patch,
gnu/packages/patches/ledger-fix-uninitialized.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/finance.scm (ledger)[source]: Use them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 98cad36350..44868d4bba 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -794,6 +794,8 @@ dist_patch_DATA = \ %D%/packages/patches/ldc-disable-tests.patch \ %D%/packages/patches/ldc-1.1.0-disable-dmd-tests.patch \ %D%/packages/patches/ldc-1.1.0-disable-phobos-tests.patch \ + %D%/packages/patches/ledger-fix-uninitialized.patch \ + %D%/packages/patches/ledger-revert-boost-python-fix.patch \ %D%/packages/patches/liba52-enable-pic.patch \ %D%/packages/patches/liba52-link-with-libm.patch \ %D%/packages/patches/liba52-set-soname.patch \ |