Skip to content

Commit

Permalink
python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin
Browse files Browse the repository at this point in the history
Not sure why this is necessary now, since it should already be handled
as part of the bootstrap. This might not be the right fix but it does
fix eval.
  • Loading branch information
emilazy committed Nov 7, 2024
1 parent b3a0f2d commit c455166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/python/cpython/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ let
darwin.apple_sdk.frameworks.Cocoa
] ++ optionals stdenv.hostPlatform.isDarwin [
# Work around for ld64 crashes on x86_64-darwin. Remove once 11.0 becomes the default.
apple-sdk_11
(apple-sdk_11.override { enableBootstrap = true; })
] ++ optionals stdenv.hostPlatform.isMinGW [
windows.dlfcn
windows.mingw_w64_pthreads
Expand Down

0 comments on commit c455166

Please sign in to comment.