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
+1 -1
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; } );