tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
logstash6: fix startup due to unpatched shebangs
Bas van Dijk
7 years ago
baf5d4d5
ae94825b
+3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
logstash
6.x.nix
+3
pkgs/tools/misc/logstash/6.x.nix
···
22
mkdir -p $out
23
cp -r {Gemfile*,modules,vendor,lib,bin,config,data,logstash-core,logstash-core-plugin-api} $out
24
0
0
0
25
wrapProgram $out/bin/logstash \
26
--set JAVA_HOME "${jre}"
27
···
22
mkdir -p $out
23
cp -r {Gemfile*,modules,vendor,lib,bin,config,data,logstash-core,logstash-core-plugin-api} $out
24
25
+
patchShebangs $out/bin/logstash
26
+
patchShebangs $out/bin/logstash-plugin
27
+
28
wrapProgram $out/bin/logstash \
29
--set JAVA_HOME "${jre}"
30