stdenv/darwin: add darwin.{libutil,copyfile} to SDK packages (#354296)

This commit is contained in:
Emily
2024-11-07 19:21:58 +00:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -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
+2
View File
@@ -349,9 +349,11 @@ let
inherit (prevStage.darwin)
Csu
adv_cmds
copyfile
libiconv
libresolv
libsbuf
libutil
system_cmds
;
};