mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #31185 from pbogdan/kafkacat-fix-build
kafkacat: fix sandboxed build
This commit is contained in:
commit
a5847e8378
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue