elasticsearch2: Minor cleanup

This commit is contained in:
Rickard Nilsson 2017-01-20 09:52:07 +01:00
parent 86fc322e0a
commit 1948cdf3f4

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
# don't want to have binary with name plugin
mv $out/bin/plugin $out/bin/elasticsearch-plugin
wrapProgram $out/bin/elasticsearch ${if (!stdenv.isDarwin)
wrapProgram $out/bin/elasticsearch ${if (!stdenv.isDarwin)
then ''--prefix PATH : "${utillinux}/bin/"''
else ''--prefix PATH : "${getopt}/bin"''} \
--set JAVA_HOME "${jre}"