14 stdenv.mkDerivation (finalAttrs: {
18 src = fetchFromGitHub {
19 owner = "confluentinc";
21 rev = "refs/tags/v${finalAttrs.version}";
22 sha256 = "sha256-qgy5VVB7H0FECtQR6HkTJ58vrHIU9TAFurDNuZGGgvw=";
38 env.NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow";
44 enableParallelBuilding = true;
47 description = "librdkafka - Apache Kafka C/C++ client library";
48 homepage = "https://github.com/confluentinc/librdkafka";
49 license = licenses.bsd2;
50 platforms = platforms.linux ++ platforms.darwin;
51 maintainers = with maintainers; [ commandodev ];