From e7531b75fbf04586f378e6850483fd9ee1e71fda Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 26 Jan 2026 06:56:22 +0000 Subject: [PATCH] klibcShrunk: switch to `pname` / `version` --- pkgs/os-specific/linux/klibc/shrunk.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/klibc/shrunk.nix b/pkgs/os-specific/linux/klibc/shrunk.nix index 2cff3bcd87ea..9f85cc7290c2 100644 --- a/pkgs/os-specific/linux/klibc/shrunk.nix +++ b/pkgs/os-specific/linux/klibc/shrunk.nix @@ -4,8 +4,8 @@ stdenv.mkDerivation { # !!! For now, the name has to be exactly as long as the original # name due to the sed hackery below. Once patchelf 0.4 is in the # tree, we can do this properly. - #name = "${klibc.name}-shrunk"; - name = klibc.name; + #pname = "${klibc.pname}-shrunk"; + inherit (klibc) pname version; buildCommand = '' mkdir -p $out/lib cp -prd ${klibc.out}/lib/klibc/bin $out/