restore pkgs.gcc = stdenv.cc

This commit is contained in:
Shea Levy 2015-01-03 09:54:02 -05:00
parent 187646f071
commit 77a448e96f

View File

@ -287,6 +287,9 @@ rec {
overrides = pkgs: { overrides = pkgs: {
inherit cc; inherit cc;
gcc = cc;
inherit (stage4.pkgs) inherit (stage4.pkgs)
gzip bzip2 xz bash binutils coreutils diffutils findutils gawk gzip bzip2 xz bash binutils coreutils diffutils findutils gawk
glibc gnumake gnused gnutar gnugrep gnupatch patchelf glibc gnumake gnused gnutar gnugrep gnupatch patchelf