1 { lib, buildGoModule, fetchFromGitHub, fetchpatch }:
4 pname = "compile-daemon";
7 src = fetchFromGitHub {
9 repo = "CompileDaemon";
11 sha256 = "sha256-gpyXy7FO7ZVXJrkzcKHFez4S/dGiijXfZ9eSJtNlm58=";
14 vendorHash = "sha256-UpktrXY6OntOA1sxKq3qI59zrOwwCuM+gfGGxPmUJRo=";
18 url = "https://github.com/githubnemo/CompileDaemon/commit/39bc1352dc62fea06dff40c5eaef81ab1bdb1f14.patch";
19 hash = "sha256-Zftbw2nu8zzaoj0uwEwdq7xlyycdC0xxBu/qE9VHASI=";
23 ldflags = [ "-s" "-w" ];
26 description = "Very simple compile daemon for Go";
27 homepage = "https://github.com/githubnemo/CompileDaemon";
28 license = licenses.bsd2;
29 maintainers = with maintainers; [ ];
30 mainProgram = "CompileDaemon";