darwin.stdenv: remove darwin.ICU from the final overlay

Nothing in the stdenv needs it. Keeping it there pulls bootstrap tools into its build environment.
This commit is contained in:
Randy Eckenrode 2024-07-22 20:54:22 -04:00
parent 60e9cffe2c
commit d5e2c40823
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -1323,7 +1323,7 @@ in
darwin = super.darwin.overrideScope (_: superDarwin: {
inherit (prevStage.darwin)
CF ICU Libsystem darwin-stubs dyld locale libobjc rewrite-tbd xnu;
CF Libsystem darwin-stubs dyld locale libobjc rewrite-tbd xnu;
apple_sdk = superDarwin.apple_sdk // {
inherit (prevStage.darwin.apple_sdk) sdkRoot;