Merge pull request #207123 from divanorama/darwin_security_xpc

darwin.apple_sdk_11_0: add Security dependency on xpc

authored by Uri Baghin and committed by GitHub ea9c9ba7 b3d2428d

+1 -1
+1 -1
pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
··· 159 159 ScreenSaver = {}; 160 160 ScreenTime = {}; 161 161 ScriptingBridge = {}; 162 - Security = { inherit IOKit libDER; }; 162 + Security = { inherit IOKit libDER xpc; }; 163 163 SecurityFoundation = { inherit Security; }; 164 164 SecurityInterface = { inherit Security SecurityFoundation; }; 165 165 SensorKit = {};