12 src = fetchFromGitHub {
16 hash = "sha256-ZyQpTxWBCU+pmulEXi/Y2PimbNMsUlbEFj8r+gTOTA0=";
19 vendorHash = "sha256-96r2UWM5HUF69BOGW6buV6juJEDYoiBPmR5iGNmI5WA=";
23 "-X=main.Version=${version}"
24 "-X=main.Revision=${src.rev}"
27 # fails on darwin with: write unixgram -> <tmpdir>/rsyncd.log: write: message too long
28 doCheck = !stdenv.hostPlatform.isDarwin;
31 description = "Tool for extracting metrics from application logs";
32 homepage = "https://github.com/google/mtail";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ nickcao ];
35 mainProgram = "mtail";