linux bootstrap tools: Use same derivation whether cross compiling or not

This commit is contained in:
John Ericson
2018-01-02 13:52:41 -05:00
parent 804285f589
commit ab651d2c9b
4 changed files with 42 additions and 238 deletions
+4 -1
View File
@@ -123,7 +123,10 @@ let
stdenvBootstrapTools = with lib;
genAttrs systemsWithAnySupport
(system: {
inherit (import ../stdenv/linux/make-bootstrap-tools.nix { inherit system; })
inherit
(import ../stdenv/linux/make-bootstrap-tools.nix {
localSystem = { inherit system; };
})
dist test;
})
# darwin is special in this