restore pkgs.gcc = stdenv.cc
This commit is contained in:
parent
187646f071
commit
77a448e96f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user