nixpkgs/pkgs/os-specific/darwin/apple-sdk/impure-deps.nix
2015-06-30 16:29:05 -07:00

49 lines
1.1 KiB
Nix

{
CoreFoundation = [
"/System/Library/Frameworks/CoreFoundation.framework"
];
CFNetwork = [
"/System/Library/Frameworks/CFNetwork.framework"
];
IOKit = [
"/System/Library/Frameworks/IOKit.framework"
];
DiskArbitration = [
"/System/Library/Frameworks/DiskArbitration.framework"
];
Security = [
"/System/Library/Frameworks/Security.framework"
];
CoreServices = [
"/System/Library/Frameworks/CoreServices.framework"
];
IOSurface = [
"/System/Library/Frameworks/IOSurface.framework"
];
CoreGraphics = [
"/System/Library/Frameworks/CoreGraphics.framework"
];
CoreText = [
"/System/Library/Frameworks/CoreText.framework"
];
ImageIO = [
"/System/Library/Frameworks/ImageIO.framework"
];
ApplicationServices = [
"/System/Library/Frameworks/ApplicationServices.framework"
];
OpenGL = [];
CoreVideo = [];
QuartzCore = [];
PCSC = [
"/System/Library/Frameworks/PCSC.framework"
];
AppKit = [
"/System/Library/Frameworks/AppKit.framework"
];
Foundation = [
"/System/Library/Frameworks/Foundation.framework"
"/usr/lib/libextension.dylib"
];
}