Update pkgs/stdenv/linux/default.nix

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
This commit is contained in:
Adam Joseph 2022-04-20 22:45:14 +00:00 committed by Adam Joseph
parent 23ea8b35da
commit a9e0d86411

View file

@ -352,7 +352,7 @@ in
gmp = super.gmp.override { stdenv = self.stdenv; };
# coreutils gets rebuilt both here and also in the final stage; we rename this one to avoid confusion
coreutils = super.coreutils.overrideAttrs (a: a // { name = "coreutils-stage4"; });
coreutils = super.coreutils.overrideAttrs (_: { pname = "coreutils-stage4"; });
gcc = lib.makeOverridable (import ../../build-support/cc-wrapper) {
nativeTools = false;