Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
python36: enable ctypes.util.find_library patch
  • Loading branch information
B4dM4n authored and FRidh committed Jan 13, 2021
1 parent fa02532 commit 07e7cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/python/cpython/default.nix
Expand Up @@ -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
];
Expand Down

0 comments on commit 07e7cea

Please sign in to comment.