summary refs log tree commit diff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2022-07-02 15:45:37 -0700
committerAdam Joseph <adam@westernsemico.com>2022-07-02 16:56:08 -0700
commitdc5bdd685252c2be9432f274186283e00bd23ac9 (patch)
tree3a5af5bce884e4d779080ffe53ac302217fdf05d /pkgs/stdenv/linux
parent239c4e701d9d1b5dab0002b1a37493ad189b769e (diff)
downloadnixpkgs-dc5bdd685252c2be9432f274186283e00bd23ac9.tar
nixpkgs-dc5bdd685252c2be9432f274186283e00bd23ac9.tar.gz
nixpkgs-dc5bdd685252c2be9432f274186283e00bd23ac9.tar.bz2
nixpkgs-dc5bdd685252c2be9432f274186283e00bd23ac9.tar.lz
nixpkgs-dc5bdd685252c2be9432f274186283e00bd23ac9.tar.xz
nixpkgs-dc5bdd685252c2be9432f274186283e00bd23ac9.tar.zst
nixpkgs-dc5bdd685252c2be9432f274186283e00bd23ac9.zip
Revert "stdenv: label the ephemeral coreutils-stage4 package"
This reverts commit 23ea8b35dacd9152c9e0e21577d5afe3e39b6255.
Diffstat (limited to 'pkgs/stdenv/linux')
-rw-r--r--pkgs/stdenv/linux/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index 880286bbcd2..3b4588a70f9 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -355,9 +355,6 @@ in
       #   stage5.gcc -> stage4.coreutils -> stage3.glibc -> bootstrap
       gmp = lib.makeOverridable (super.gmp.override { stdenv = self.stdenv; }).overrideAttrs (a: { pname = "${a.pname}-stage4"; });
 
-      # coreutils gets rebuilt both here and also in the final stage; we rename this one to avoid confusion
-      coreutils = super.coreutils.overrideAttrs (a: { pname = "${a.pname}-stage4"; });
-
       gcc = lib.makeOverridable (import ../../build-support/cc-wrapper) {
         nativeTools = false;
         nativeLibc = false;