python38: remove obsolete find_library patch

This commit is contained in:
Jonathan Ringer 2021-01-04 14:06:18 -08:00 committed by Jonathan Ringer
parent b20838eb4a
commit 16174037b3

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 (isPy37) [
# Backport a fix for ctypes.util.find_library.
./3.7/find_library.patch
];