1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-JPsVfLIl06PJ8Nsfu7ogwrttB1G93HTKbZFqUTSV9O8=";
14 vendorSha256 = "sha256-0z+sujzzBl/rtzXbhL4Os+jYfLUuO9PlXshUDxAH9DU=";
16 ldflags = [ "-s" "-w" ];
18 # Almost all tests require non-local networking, trying to resolve githubusercontent.com.
22 homepage = "https://github.com/tj/mmake";
23 description = "A small program which wraps make to provide additional functionality";
25 Mmake is a small program which wraps make to provide additional
26 functionality, such as user-friendly help output, remote
27 includes, and eventually more. It otherwise acts as a
28 pass-through to standard make.
30 license = licenses.mit;
31 maintainers = [ maintainers.gabesoft ];