diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-01 12:58:32 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-01 12:58:32 +0200 |
commit | 67ca82e6ddc9f1c87fa8c033729a1f53b7c2b3ba (patch) | |
tree | ffc5b49c9b6a40b1012f6a911eaec6399db7b5ca /gnu/local.mk | |
parent | 3e902bbb56e34669bc3de8a3768104aa118a0881 (diff) | |
download | guix-67ca82e6ddc9f1c87fa8c033729a1f53b7c2b3ba.tar.gz |
gnu: Python: Fix test failure on ARMv7.
* gnu/packages/patches/python-3-arm-alignment.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-3.8)[source](patches): Add it when the current system is ARM.
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 208e25572f..1599b0933a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1344,6 +1344,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-2.7-search-paths.patch \ %D%/packages/patches/python-2.7-site-prefixes.patch \ %D%/packages/patches/python-2.7-source-date-epoch.patch \ + %D%/packages/patches/python-3-arm-alignment.patch \ %D%/packages/patches/python-3-deterministic-build-info.patch \ %D%/packages/patches/python-3-search-paths.patch \ %D%/packages/patches/python-3-fix-tests.patch \ |