1 # Compatibility stubs for packages that used the old SDK frameworks.
2 # TODO(@reckenrode) Make these stubs warn after framework usage has been cleaned up in nixpkgs.
6 mkStub = callPackage ./mk-stub.nix { } "10.12";
8 frameworks = lib.genAttrs [
79 "JavaNativeFoundation"
86 "LatentSemanticMapping"
124 "SystemConfiguration"
128 "VideoDecodeAcceleration"
134 bareFrameworks = lib.genAttrs [
145 "ApplicationServices"
201 "JavaNativeFoundation"
208 "LatentSemanticMapping"
209 "LocalAuthentication"
244 "SystemConfiguration"
247 "VideoDecodeAcceleration"
254 inherit bareFrameworks frameworks;
256 libs = lib.genAttrs [