a7be563707
This is used by the `root` package, and otherwise prevents the nixpkgs.tarball build from succeeding (e.g. https://hydra.nixos.org/build/146838433).
22 lines
578 B
Nix
22 lines
578 B
Nix
{ frameworks }: with frameworks;
|
|
# generated by hand to avoid exposing all private frameworks
|
|
# frameworks here are only the necessary ones used by public frameworks.
|
|
{
|
|
AVFCapture = {};
|
|
AVFCore = {};
|
|
AddressBookCore = { inherit ContactsPersistence; };
|
|
AudioToolboxCore = {};
|
|
ContactsPersistence = {};
|
|
UIFoundation = {};
|
|
GameCenterFoundation = {};
|
|
GameCenterUI = {};
|
|
GameCenterUICore = {};
|
|
URLFormatting = {};
|
|
SignpostMetrics = {};
|
|
PassKitCore = {};
|
|
SkyLight = {};
|
|
|
|
# Also expose CoreSymbolication; used by `root` package.
|
|
CoreSymbolication = {};
|
|
}
|