python38: remove obsolete find_library patch

This commit is contained in:
Jonathan Ringer
2021-01-04 15:44:35 -08:00
committed by Jonathan Ringer
parent b20838eb4a
commit 16174037b3
@@ -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
];