Fix eval-release.nix evaluation

This commit is contained in:
Eelco Dolstra 2015-03-06 15:09:19 +01:00
parent 494ae5fbeb
commit 692ed0882a

View file

@ -288,8 +288,6 @@ rec {
];
overrides = pkgs: {
inherit cc;
gcc = cc;
inherit (stage4.pkgs)
@ -298,8 +296,8 @@ rec {
attr acl paxctl zlib pcre;
};
};
testBootstrapTools = let
defaultPkgs = allPackages { inherit system platform; };
in derivation {
@ -310,7 +308,7 @@ rec {
buildCommand = ''
export PATH=${bootstrapTools}/bin
ls -l
mkdir $out
mkdir $out/bin