release.nix: fixup evaluation after darwin changes

/cc @copumpkin. I can't really test this, but it should unbreak Hydra
evaluation at least.
This commit is contained in:
Vladimír Čunát 2016-01-05 09:20:04 +01:00
parent eeb3119604
commit fdbc58fe42

View File

@ -55,7 +55,7 @@ let
{ inherit (import ../stdenv/linux/make-bootstrap-tools.nix { system = "x86_64-linux"; }) dist test; };
stdenvBootstrapTools.x86_64-darwin =
{ inherit (import ../stdenv/pure-darwin/make-bootstrap-tools.nix) dist test; };
{ inherit (import ../stdenv/darwin/make-bootstrap-tools.nix { system = "x86_64-darwin"; }) dist test; };
} // (mapTestOn ((packagePlatforms pkgs) // rec {