darwin: expose requireXcode (#367063)
This commit is contained in:
@@ -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=";
|
||||
|
||||
@@ -263,6 +263,7 @@ makeScopeWithSplicing' {
|
||||
xcode_16_1
|
||||
xcode_16_2
|
||||
xcode
|
||||
requireXcode
|
||||
;
|
||||
|
||||
xcodeProjectCheckHook = pkgs.makeSetupHook {
|
||||
|
||||
Reference in New Issue
Block a user