Use darwin.apple_sdk_11_0.callPackage

This commit is contained in:
Albert Lloveras
2022-12-22 09:08:02 +11:00
parent 1e72427803
commit b86dab08a2
2 changed files with 2 additions and 2 deletions
@@ -159,7 +159,7 @@
ScreenSaver = {};
ScreenTime = {};
ScriptingBridge = {};
Security = { inherit IOKit libDER; };
Security = { inherit IOKit libDER xpc; };
SecurityFoundation = { inherit Security; };
SecurityInterface = { inherit Security SecurityFoundation; };
SensorKit = {};
+1 -1
View File
@@ -16683,7 +16683,7 @@ with pkgs;
bazel-remote = callPackage ../development/tools/build-managers/bazel/bazel-remote { };
bazel-watcher = callPackage ../development/tools/bazel-watcher {
bazel-watcher = darwin.apple_sdk_11_0.callPackage ../development/tools/bazel-watcher {
go = go_1_18;
};