stdenv/darwin: add darwin.{libutil,copyfile} to SDK packages (#354296)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -349,9 +349,11 @@ let
|
||||
inherit (prevStage.darwin)
|
||||
Csu
|
||||
adv_cmds
|
||||
copyfile
|
||||
libiconv
|
||||
libresolv
|
||||
libsbuf
|
||||
libutil
|
||||
system_cmds
|
||||
;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user