python36: enable ctypes.util.find_library patch
This commit is contained in:
parent
fa0253297e
commit
07e7cea102
@ -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 (isPy36 || isPy37 || isPy38) [
|
||||||
# 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
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user