mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
Update pkgs/stdenv/linux/default.nix
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
This commit is contained in:
parent
23ea8b35da
commit
a9e0d86411
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user