update framework impure deps

This commit is contained in:
Jude Taylor 2015-07-11 16:04:58 -07:00
parent 2767e93843
commit d3a4fe374f
2 changed files with 4 additions and 1 deletions

@ -89,7 +89,7 @@ with frameworks; with libs; {
ScreenSaver = [];
Scripting = [];
ScriptingBridge = [];
Security = [ CoreFoundation ];
Security = [ CoreFoundation IOKit ];
SecurityFoundation = [];
SecurityInterface = [ Security ];
ServiceManagement = [ CoreFoundation Security ];

@ -12,9 +12,12 @@ rec {
];
Security = [
"/System/Library/Frameworks/Security.framework"
"/usr/lib/libbsm.0.dylib"
"/usr/lib/libbz2.1.0.dylib"
"/usr/lib/libpam.2.dylib"
"/usr/lib/libxar.1.dylib"
"/usr/lib/libxml2.2.dylib"
"/usr/lib/libsqlite3.dylib"
];
GSS = [
"/System/Library/Frameworks/GSS.framework"