Loading pkgs/development/libraries/rdkafka/default.nix +2 −2 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, zlib, zstd, pkg-config, python3, openssl, which }: { lib, stdenv, fetchFromGitHub, zlib, zstd, pkg-config, python3, openssl, which, curl }: stdenv.mkDerivation rec { pname = "rdkafka"; Loading @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ pkg-config python3 which ]; buildInputs = [ zlib zstd openssl ]; buildInputs = [ zlib zstd openssl curl ]; env.NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow"; Loading Loading
pkgs/development/libraries/rdkafka/default.nix +2 −2 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, zlib, zstd, pkg-config, python3, openssl, which }: { lib, stdenv, fetchFromGitHub, zlib, zstd, pkg-config, python3, openssl, which, curl }: stdenv.mkDerivation rec { pname = "rdkafka"; Loading @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ pkg-config python3 which ]; buildInputs = [ zlib zstd openssl ]; buildInputs = [ zlib zstd openssl curl ]; env.NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow"; Loading