diff options
| author | Emily Trau <emily@downunderctf.com> | 2023-09-25 02:21:53 -0700 |
|---|---|---|
| committer | Emily Trau <emily@downunderctf.com> | 2023-09-26 22:20:36 -0700 |
| commit | b99da9eb04095ce8bcf9b6b82708a8ca71cf8775 (patch) | |
| tree | fda265a55a5c90715993b7c2410495c130caff6e | |
| parent | minimal-bootstrap.findutils: parallelise (diff) | |
| download | nixpkgs-b99da9eb04095ce8bcf9b6b82708a8ca71cf8775.tar.gz | |
minimal-bootstrap.gnumake-musl: fix pname
| -rw-r--r-- | pkgs/os-specific/linux/minimal-bootstrap/gnumake/musl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gnumake/musl.nix b/pkgs/os-specific/linux/minimal-bootstrap/gnumake/musl.nix index 6ed0b51fd799..504095732e8c 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gnumake/musl.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gnumake/musl.nix @@ -13,7 +13,7 @@ , gzip }: let - pname = "gnumake"; + pname = "gnumake-musl"; version = "4.4.1"; src = fetchurl { |
