mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
kafkacat: fix sandboxed build
This commit is contained in:
parent
e080b87b26
commit
d83cfdc77f
@ -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 New Issue
Block a user