about summary refs log tree commit diff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorAdam Joseph <54836058+a-m-joseph@users.noreply.github.com>2022-04-20 22:45:14 +0000
committerAdam Joseph <adam@westernsemico.com>2022-06-05 00:35:06 -0700
commita9e0d864119c0313ece2cbb836c71821818e38c1 (patch)
tree599b87eb2acef121ab5ffae502a0e56076d13205 /pkgs/stdenv/linux
parent23ea8b35dacd9152c9e0e21577d5afe3e39b6255 (diff)
Update pkgs/stdenv/linux/default.nix
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
Diffstat (limited to 'pkgs/stdenv/linux')
-rw-r--r--pkgs/stdenv/linux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index ad5a91f9340ee..4983c819216a7 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -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;