Merge pull request #31185 from pbogdan/kafkacat-fix-build

kafkacat: fix sandboxed build
This commit is contained in:
Tim Steinbach
2017-11-03 17:38:49 -04:00
committed by GitHub

View File

@@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib rdkafka yajl ];
preConfigure = ''
patchShebangs ./configure
'';
meta = with stdenv.lib; {
description = "A generic non-JVM producer and consumer for Apache Kafka";
homepage = https://github.com/edenhill/kafkacat;