minimal-bootstrap.coreutils-musl: change pname to not break `nix-env`

authored by Emily Trau and committed by Anderson Torres d2c4f9a4 3179f5b7

+2 -2
+1 -1
pkgs/os-specific/linux/minimal-bootstrap/coreutils/default.nix
··· 6 6 , gnupatch 7 7 }: 8 8 let 9 - pname = "coreutils"; 9 + pname = "bootstrap-coreutils"; 10 10 version = "5.0"; 11 11 12 12 src = fetchurl {
+1 -1
pkgs/os-specific/linux/minimal-bootstrap/coreutils/musl.nix
··· 12 12 , gzip 13 13 }: 14 14 let 15 - pname = "coreutils"; 15 + pname = "bootstrap-coreutils-musl"; 16 16 version = "9.4"; 17 17 18 18 src = fetchurl {