lol

kafkacat: fix sandboxed build

+4
+4
pkgs/development/tools/kafkacat/default.nix
··· 16 16 17 17 buildInputs = [ zlib rdkafka yajl ]; 18 18 19 + preConfigure = '' 20 + patchShebangs ./configure 21 + ''; 22 + 19 23 meta = with stdenv.lib; { 20 24 description = "A generic non-JVM producer and consumer for Apache Kafka"; 21 25 homepage = https://github.com/edenhill/kafkacat;