mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
darwin.cf-private: remove alias (#387125)
This commit is contained in:
commit
5b67dad13c
2 changed files with 2 additions and 3 deletions
|
@ -63,6 +63,8 @@ mapAliases ({
|
||||||
cctools-llvm = pkgs.cctools; # added 2024-07-01
|
cctools-llvm = pkgs.cctools; # added 2024-07-01
|
||||||
cctools-port = pkgs.cctools; # added 2024-07-17
|
cctools-port = pkgs.cctools; # added 2024-07-17
|
||||||
|
|
||||||
|
cf-private = throw "'cf-private' has been renamed to 'apple_sdk.frameworks.CoreFoundation'.";
|
||||||
|
|
||||||
### D ###
|
### D ###
|
||||||
|
|
||||||
discrete-scroll = pkgs.discrete-scroll; # added 2024-11-27
|
discrete-scroll = pkgs.discrete-scroll; # added 2024-11-27
|
||||||
|
|
|
@ -172,9 +172,6 @@ makeScopeWithSplicing' {
|
||||||
|
|
||||||
libSystem = callPackage ../os-specific/darwin/libSystem { };
|
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 { };
|
DarwinTools = callPackage ../os-specific/darwin/DarwinTools { };
|
||||||
|
|
||||||
print-reexports = callPackage ../os-specific/darwin/print-reexports { };
|
print-reexports = callPackage ../os-specific/darwin/print-reexports { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue