kafkacat: fix sandboxed build

This commit is contained in:
Piotr Bogdan 2017-11-03 13:04:47 +00:00
parent e080b87b26
commit d83cfdc77f

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;