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