Commit d2c4f9a4 authored by Emily Trau's avatar Emily Trau Committed by Anderson Torres
Browse files

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

parent 3179f5b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
, gnupatch
}:
let
  pname = "coreutils";
  pname = "bootstrap-coreutils";
  version = "5.0";

  src = fetchurl {
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
, gzip
}:
let
  pname = "coreutils";
  pname = "bootstrap-coreutils-musl";
  version = "9.4";

  src = fetchurl {