mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin"
No longer necessary to mask an unwanted Python rebuild.
This reverts commit c455166b5f
.
This commit is contained in:
parent
38835c8256
commit
a061b02a6f
@ -180,7 +180,7 @@ let
|
|||||||
darwin.apple_sdk.frameworks.Cocoa
|
darwin.apple_sdk.frameworks.Cocoa
|
||||||
] ++ optionals stdenv.hostPlatform.isDarwin [
|
] ++ optionals stdenv.hostPlatform.isDarwin [
|
||||||
# Work around for ld64 crashes on x86_64-darwin. Remove once 11.0 becomes the default.
|
# Work around for ld64 crashes on x86_64-darwin. Remove once 11.0 becomes the default.
|
||||||
(apple-sdk_11.override { enableBootstrap = true; })
|
apple-sdk_11
|
||||||
] ++ optionals stdenv.hostPlatform.isMinGW [
|
] ++ optionals stdenv.hostPlatform.isMinGW [
|
||||||
windows.dlfcn
|
windows.dlfcn
|
||||||
windows.mingw_w64_pthreads
|
windows.mingw_w64_pthreads
|
||||||
|
Loading…
Reference in New Issue
Block a user