python38: remove obsolete find_library patch
This commit is contained in:
committed by
Jonathan Ringer
parent
b20838eb4a
commit
16174037b3
@@ -216,7 +216,7 @@ in with passthru; stdenv.mkDerivation {
|
|||||||
else
|
else
|
||||||
./3.7/fix-finding-headers-when-cross-compiling.patch
|
./3.7/fix-finding-headers-when-cross-compiling.patch
|
||||||
)
|
)
|
||||||
] ++ optionals (isPy37 || isPy38) [
|
] ++ optionals (isPy37) [
|
||||||
# Backport a fix for ctypes.util.find_library.
|
# Backport a fix for ctypes.util.find_library.
|
||||||
./3.7/find_library.patch
|
./3.7/find_library.patch
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user