mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
python36: enable ctypes.util.find_library patch
This commit is contained in:
parent
fa0253297e
commit
07e7cea102
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue