diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-11 13:38:39 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-11 21:55:01 +0200 |
commit | 46bbdef24701db8e61326b0645fd426a17111a11 (patch) | |
tree | 75ae2ba5103f3d606c4b97fce085b83e8c959a55 /gnu/local.mk | |
parent | 16fbbf6a85eeefda2bec987d279b097f34fdc5f4 (diff) | |
download | patches-46bbdef24701db8e61326b0645fd426a17111a11.tar patches-46bbdef24701db8e61326b0645fd426a17111a11.tar.gz |
gnu: bitcoin: Fix test failure with Python 3.8.
* gnu/packages/patches/bitcoin-core-python-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/finance.scm (bitcoin-core)[source](patches): New field.
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 eb149cbd51..7d023c649b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -793,6 +793,7 @@ dist_patch_DATA = \ %D%/packages/patches/binutils-loongson-workaround.patch \ %D%/packages/patches/binutils-mingw-w64-timestamp.patch \ %D%/packages/patches/binutils-mingw-w64-deterministic.patch \ + %D%/packages/patches/bitcoin-core-python-compat.patch \ %D%/packages/patches/blender-2.79-newer-ffmpeg.patch \ %D%/packages/patches/blender-2.79-python-3.7-fix.patch \ %D%/packages/patches/bluez-CVE-2020-0556.patch \ |