Skip to content

Commit

Permalink
Merge pull request #31185 from pbogdan/kafkacat-fix-build
Browse files Browse the repository at this point in the history
kafkacat: fix sandboxed build
  • Loading branch information
NeQuissimus committed Nov 3, 2017
2 parents 5925aeb + d83cfdc commit a5847e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/tools/kafkacat/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit a5847e8

Please sign in to comment.