Merge branch 'master' into staging-next
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user