mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
49 lines
1.1 KiB
Nix
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"
|
|
];
|
|
}
|