xcbuild: fix toolchain on Linux

This commit is contained in:
Matthew Bauer
2016-11-15 19:13:22 -06:00
parent 0b6bfa49d5
commit 437bdc5e4b
3 changed files with 35 additions and 30 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ let
};
toolchain = callPackage ./toolchain.nix {
inherit cctools bootstrap_cmds toolchainName xcbuild binutils;
inherit cctools bootstrap_cmds toolchainName xcbuild binutils stdenv;
};
sdk = callPackage ./sdk.nix {