xcode: add 9.4 sdk

This is the newest sdk. I have skipped 9.3 for now but someone can
certainly add it if they need it for some reason.

Also I added a generic "xcode" that will always point to the newest
xcode that is available in Nixpkgs.
This commit is contained in:
Matthew Bauer
2018-06-21 13:24:52 -04:00
parent bf1c28e978
commit 3da395fd96
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ in
usr-include = callPackage ../os-specific/darwin/usr-include { };
inherit (callPackages ../os-specific/darwin/xcode { } ) xcode_8_1 xcode_8_2 xcode_9_1 xcode_9_2;
inherit (callPackages ../os-specific/darwin/xcode { } )
xcode_8_1 xcode_8_2 xcode_9_1 xcode_9_2 xcode_9_4 xcode;
CoreSymbolication = callPackage ../os-specific/darwin/CoreSymbolication { };