Commit b99da9eb authored by Emily Trau's avatar Emily Trau
Browse files

minimal-bootstrap.gnumake-musl: fix pname

parent 47900241
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
, gzip
}:
let
  pname = "gnumake";
  pname = "gnumake-musl";
  version = "4.4.1";

  src = fetchurl {