confluent-platform: add jre to PATH
This commit is contained in:
parent
7ac8906e82
commit
1ac4c0f246
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
wrapProgram $p \
|
wrapProgram $p \
|
||||||
--set JAVA_HOME "${jre}" \
|
--set JAVA_HOME "${jre}" \
|
||||||
--set KAFKA_LOG_DIR "/tmp/apache-kafka-logs" \
|
--set KAFKA_LOG_DIR "/tmp/apache-kafka-logs" \
|
||||||
--prefix PATH : "${bash}/bin:${gnused}/bin"
|
--prefix PATH : "${jre}/bin:${bash}/bin:${gnused}/bin"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user