mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
minimal-bootstrap.gnumake-musl: fix build (#528802)
This commit is contained in:
commit
cf40ef79da
1 changed files with 3 additions and 0 deletions
|
|
@ -184,6 +184,9 @@ lib.makeScope
|
|||
tinycc = tinycc-musl;
|
||||
gawk = gawk-mes;
|
||||
gnumakeBoot = gnumake;
|
||||
# GNU Make's release tarball relies on preserved mtimes for
|
||||
# pregenerated Autotools files.
|
||||
gnutar = gnutar-musl;
|
||||
};
|
||||
|
||||
gnumake-static = callPackage ./gnumake/static.nix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue