summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/confluent-platform
diff options
context:
space:
mode:
authorJaka Hudoklin <jaka@x-truder.net>2019-08-04 13:05:30 +0200
committerJaka Hudoklin <jaka@x-truder.net>2019-08-04 13:05:30 +0200
commit1ac4c0f2463a856cb95a5ad66d54ff91168b4d9e (patch)
tree509abda053476b32dfa134c5a472a392c3ee652a /pkgs/servers/confluent-platform
parent7ac8906e82a2ef6da5ed7d6895aae39460ed755f (diff)
confluent-platform: add jre to PATH
Diffstat (limited to 'pkgs/servers/confluent-platform')
-rw-r--r--pkgs/servers/confluent-platform/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/confluent-platform/default.nix b/pkgs/servers/confluent-platform/default.nix
index b29f6eba12e5..4d2b9a0b1fba 100644
--- a/pkgs/servers/confluent-platform/default.nix
+++ b/pkgs/servers/confluent-platform/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
wrapProgram $p \
--set JAVA_HOME "${jre}" \
--set KAFKA_LOG_DIR "/tmp/apache-kafka-logs" \
- --prefix PATH : "${bash}/bin:${gnused}/bin"
+ --prefix PATH : "${jre}/bin:${bash}/bin:${gnused}/bin"
done
'';