tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
kafkacat: fix sandboxed build
Piotr Bogdan
8 years ago
d83cfdc7
e080b87b
+4
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
kafkacat
default.nix
+4
pkgs/development/tools/kafkacat/default.nix
···
16
17
buildInputs = [ zlib rdkafka yajl ];
18
0
0
0
0
19
meta = with stdenv.lib; {
20
description = "A generic non-JVM producer and consumer for Apache Kafka";
21
homepage = https://github.com/edenhill/kafkacat;
···
16
17
buildInputs = [ zlib rdkafka yajl ];
18
19
+
preConfigure = ''
20
+
patchShebangs ./configure
21
+
'';
22
+
23
meta = with stdenv.lib; {
24
description = "A generic non-JVM producer and consumer for Apache Kafka";
25
homepage = https://github.com/edenhill/kafkacat;