confluent-platform: add jre to PATH

This commit is contained in:
Jaka Hudoklin 2019-08-04 13:05:30 +02:00
parent 7ac8906e82
commit 1ac4c0f246
No known key found for this signature in database
GPG key ID: D1F18234B07BD6E2

View file

@ -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
'';