python36: enable ctypes.util.find_library patch

This commit is contained in:
Fabian Möller 2021-01-13 11:27:10 +01:00 committed by Frederik Rietdijk
parent fa0253297e
commit 07e7cea102

View file

@ -216,7 +216,7 @@ in with passthru; stdenv.mkDerivation {
else
./3.7/fix-finding-headers-when-cross-compiling.patch
)
] ++ optionals (isPy37 || isPy38) [
] ++ optionals (isPy36 || isPy37 || isPy38) [
# Backport a fix for ctypes.util.find_library.
./3.7/find_library.patch
];