mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
restore pkgs.gcc = stdenv.cc
This commit is contained in:
parent
187646f071
commit
77a448e96f
@ -287,6 +287,9 @@ rec {
|
||||
|
||||
overrides = pkgs: {
|
||||
inherit cc;
|
||||
|
||||
gcc = cc;
|
||||
|
||||
inherit (stage4.pkgs)
|
||||
gzip bzip2 xz bash binutils coreutils diffutils findutils gawk
|
||||
glibc gnumake gnused gnutar gnugrep gnupatch patchelf
|
||||
|
Loading…
Reference in New Issue
Block a user