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

This commit is contained in:
Emily Trau
2023-10-10 19:50:29 -07:00
committed by Anderson Torres
parent 3179f5b770
commit d2c4f9a4fc
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@
, gnupatch
}:
let
pname = "coreutils";
pname = "bootstrap-coreutils";
version = "5.0";
src = fetchurl {
@@ -12,7 +12,7 @@
, gzip
}:
let
pname = "coreutils";
pname = "bootstrap-coreutils-musl";
version = "9.4";
src = fetchurl {