Skip to content

Commit

Permalink
stdenv/darwin: add darwin.{libutil,copyfile} to SDK packages (#354296)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Nov 7, 2024
2 parents 2074196 + a061b02 commit b2a0e31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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.override { enableBootstrap = true; })
apple-sdk_11
] ++ optionals stdenv.hostPlatform.isMinGW [
windows.dlfcn
windows.mingw_w64_pthreads
Expand Down
2 changes: 2 additions & 0 deletions pkgs/stdenv/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,11 @@ let
inherit (prevStage.darwin)
Csu
adv_cmds
copyfile
libiconv
libresolv
libsbuf
libutil
system_cmds
;
};
Expand Down

0 comments on commit b2a0e31

Please sign in to comment.