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
commit a5847e8378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;