mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user