python37: 3.7.9 -> 3.7.10, fixup patches

This commit is contained in:
Martin Weinelt
2021-02-20 12:13:07 +01:00
committed by Frederik Rietdijk
parent 04f436940c
commit 92087cb170
3 changed files with 21 additions and 13 deletions
@@ -222,9 +222,9 @@ in with passthru; stdenv.mkDerivation {
else
./3.7/fix-finding-headers-when-cross-compiling.patch
)
] ++ optionals (isPy36 || isPy37) [
] ++ optionals (isPy36) [
# Backport a fix for ctypes.util.find_library.
./3.7/find_library.patch
./3.6/find_library.patch
];
postPatch = ''