Merge pull request #162197 from trofi/fix-gcc-wrapper-in-stdenv

pkgs/stdenv/linux/default.nix: restore dropped gcc-wrapper
This commit is contained in:
Maximilian Bosch 2022-03-01 18:35:49 +01:00 committed by GitHub
commit 856376bb20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,7 +230,7 @@ in
overrides = self: super: {
inherit (prevStage)
ccWrapperStdenv
coreutils gnugrep
gcc-unwrapped coreutils gnugrep
perl gnum4 bison;
dejagnu = super.dejagnu.overrideAttrs (a: { doCheck = false; } );