diff options
author | Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 2020-10-26 14:14:01 +0100 |
---|---|---|
committer | Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 2020-10-26 15:39:40 +0100 |
commit | 5319f716cf575321bef4c501d7aebdc7220d69cf (patch) | |
tree | 06bd990ee6589491fd3651fc4d497f61de1223d1 /gnu/local.mk | |
parent | b2dc7cb8f91d904e4d9530de84c3a846e5262e80 (diff) | |
download | guix-5319f716cf575321bef4c501d7aebdc7220d69cf.tar.gz |
gnu: python: Move Hurd-specific configure fix into a patch.
* gnu/packages/patches/python-3-configure-hurd.patch: this New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-3.8)[source]: Use it. [arguments]: Remove "support-hurd-cross-compile" stage.
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 922c1c518b..2ccea6fb00 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1483,6 +1483,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-3-search-paths.patch \ %D%/packages/patches/python-3-fix-tests.patch \ %D%/packages/patches/python-3.8-fix-tests.patch \ + %D%/packages/patches/python-3-hurd-configure.patch \ %D%/packages/patches/python-CVE-2018-14647.patch \ %D%/packages/patches/python-aiohttp-3.6.2-no-warning-fail.patch \ %D%/packages/patches/python-aionotify-0.2.0-py3.8.patch \ |