darwin: expose requireXcode (#367063)

This commit is contained in:
Emily
2024-12-28 22:39:33 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -54,6 +54,7 @@ let
in
lib.makeExtensible (self: {
inherit requireXcode;
xcode_8_1 = requireXcode "8.1" "sha256-VuAovU/b4rcLh+xMtcsZmbTWwTk35VGfMSp+fqPbsqM=";
xcode_8_2 = requireXcode "8.2" "sha256-ohqgGD7JEEmXEvmfn/N9Ga2lM8jNwhIuh+ky7PQPzY4=";
xcode_9_1 = requireXcode "9.1" "sha256-LG7pVMh1rNh5uP/bASvV9sKvGDrSGWH90J4gzwcgYSk=";
+1
View File
@@ -263,6 +263,7 @@ makeScopeWithSplicing' {
xcode_16_1
xcode_16_2
xcode
requireXcode
;
xcodeProjectCheckHook = pkgs.makeSetupHook {