cc-wrapper: Remove unused params

Ensured hashes unchanged and eval succeeds in tarball job
This commit is contained in:
John Ericson
2017-08-21 18:40:41 -04:00
parent 0ab717d547
commit c035711072
6 changed files with 7 additions and 31 deletions
-4
View File
@@ -79,8 +79,6 @@ let
buildPackages = lib.optionalAttrs (prevStage ? stdenv) {
inherit (prevStage) stdenv;
};
hostPlatform = localSystem;
targetPlatform = localSystem;
cc = prevStage.gcc-unwrapped;
isGNU = true;
libc = prevStage.glibc;
@@ -244,8 +242,6 @@ in
buildPackages = {
inherit (prevStage) stdenv;
};
hostPlatform = localSystem;
targetPlatform = localSystem;
cc = prevStage.gcc-unwrapped;
libc = self.glibc;
inherit (self) stdenv binutils coreutils gnugrep;