logstash6: fix startup due to unpatched shebangs

+3
+3
pkgs/tools/misc/logstash/6.x.nix
··· 22 22 mkdir -p $out 23 23 cp -r {Gemfile*,modules,vendor,lib,bin,config,data,logstash-core,logstash-core-plugin-api} $out 24 24 25 + patchShebangs $out/bin/logstash 26 + patchShebangs $out/bin/logstash-plugin 27 + 25 28 wrapProgram $out/bin/logstash \ 26 29 --set JAVA_HOME "${jre}" 27 30