minimal-bootstrap.coreutils-musl: change pname to not break nix-env
This commit is contained in:
committed by
Anderson Torres
parent
3179f5b770
commit
d2c4f9a4fc
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user