From 0b6dd07980975cf0db8573241fca5933ec4dc0d5 Mon Sep 17 00:00:00 2001 From: Colin King Date: Thu, 31 May 2018 13:03:48 -0700 Subject: [PATCH] kafka: include Kafka Connect shell scripts (#41322) Kafka Connect is a newer addition to Kafka and these scripts may be handy to keep around. --- pkgs/servers/apache-kafka/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/apache-kafka/default.nix b/pkgs/servers/apache-kafka/default.nix index fe67bdd0282c..fd9c48f3469e 100644 --- a/pkgs/servers/apache-kafka/default.nix +++ b/pkgs/servers/apache-kafka/default.nix @@ -50,6 +50,7 @@ stdenv.mkDerivation rec { mkdir -p $out/bin cp bin/kafka* $out/bin + cp bin/connect* $out/bin # allow us the specify logging directory using env substituteInPlace $out/bin/kafka-run-class.sh \