darwin.cf-private: remove alias (#387125)

This commit is contained in:
Felix Bühler 2025-03-05 23:45:46 +01:00 committed by GitHub
commit 5b67dad13c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -63,6 +63,8 @@ mapAliases ({
cctools-llvm = pkgs.cctools; # added 2024-07-01
cctools-port = pkgs.cctools; # added 2024-07-17
cf-private = throw "'cf-private' has been renamed to 'apple_sdk.frameworks.CoreFoundation'.";
### D ###
discrete-scroll = pkgs.discrete-scroll; # added 2024-11-27

View file

@ -172,9 +172,6 @@ makeScopeWithSplicing' {
libSystem = callPackage ../os-specific/darwin/libSystem { };
# TODO(@connorbaker): See https://github.com/NixOS/nixpkgs/issues/229389.
cf-private = self.apple_sdk.frameworks.CoreFoundation;
DarwinTools = callPackage ../os-specific/darwin/DarwinTools { };
print-reexports = callPackage ../os-specific/darwin/print-reexports { };