diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-20 10:06:06 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-20 10:06:06 +0200 |
commit | 8c7453cee79186ee6df429149e2914b96e6d8a9e (patch) | |
tree | ea364fc9d7dbc79eed9c210e9328bc156ba3904b /gnu/local.mk | |
parent | 089c6b0096967ad698fcbb0c89ef9dac1e161a9f (diff) |
gnu: Register python-3.8 patches.
This is a follow-up to af6a9fc27622ea8a342fe18c8604f2fe64a04e68.
* gnu/local.mk (dist_patch_DATA): Register
python-3.8-search-paths.patch, python-3.8-fix-tests.patch.
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 bb4dcbb17d..47618993bf 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1267,6 +1267,8 @@ dist_patch_DATA = \ %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 \ + %D%/packages/patches/python-3.8-search-paths.patch \ + %D%/packages/patches/python-3.8-fix-tests.patch \ %D%/packages/patches/python-CVE-2018-14647.patch \ %D%/packages/patches/python-axolotl-AES-fix.patch \ %D%/packages/patches/python-cairocffi-dlopen-path.patch \ |