11 rustPlatform.buildRustPackage rec {
16 inherit pname version;
17 hash = "sha256-eybahv1A/AIpAXGj6/md8k+b9fu9gSchU16fnAWZP2s=";
20 cargoHash = "sha256-DZGyX3UDqCjB5NwCXcR8b9pXdq8qacd3nkqGp6vYb+U=";
27 buildInputs = [ openssl ]
28 ++ lib.optional stdenv.hostPlatform.isDarwin CoreServices;
32 "--skip=flowgger::encoder::ltsv_encoder::test_ltsv_full_encode_multiple_sd"
33 "--skip=flowgger::encoder::ltsv_encoder::test_ltsv_full_encode_no_sd"
37 homepage = "https://github.com/awslabs/flowgger";
38 description = "Fast, simple and lightweight data collector written in Rust";
39 license = licenses.bsd2;
41 mainProgram = "flowgger";