Merge branch 'master' into staging-next

This commit is contained in:
Jan Tojnar
2021-01-14 02:24:17 +01:00
102 changed files with 2621 additions and 2559 deletions

View File

@@ -216,7 +216,7 @@ in with passthru; stdenv.mkDerivation {
else
./3.7/fix-finding-headers-when-cross-compiling.patch
)
] ++ optionals (isPy37) [
] ++ optionals (isPy36 || isPy37) [
# Backport a fix for ctypes.util.find_library.
./3.7/find_library.patch
];