mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 00:50:59 +00:00
logstash: Use jdk11_headless
This commit is contained in:
@@ -5823,13 +5823,23 @@ in
|
||||
|
||||
lockfileProgs = callPackage ../tools/misc/lockfile-progs { };
|
||||
|
||||
logstash6 = callPackage ../tools/misc/logstash/6.x.nix { };
|
||||
logstash6 = callPackage ../tools/misc/logstash/6.x.nix {
|
||||
# https://www.elastic.co/support/matrix#logstash-and-jvm
|
||||
jre = jdk11_headless;
|
||||
};
|
||||
logstash6-oss = callPackage ../tools/misc/logstash/6.x.nix {
|
||||
enableUnfree = false;
|
||||
# https://www.elastic.co/support/matrix#logstash-and-jvm
|
||||
jre = jdk11_headless;
|
||||
};
|
||||
logstash7 = callPackage ../tools/misc/logstash/7.x.nix {
|
||||
# https://www.elastic.co/support/matrix#logstash-and-jvm
|
||||
jre = jdk11_headless;
|
||||
};
|
||||
logstash7 = callPackage ../tools/misc/logstash/7.x.nix { };
|
||||
logstash7-oss = callPackage ../tools/misc/logstash/7.x.nix {
|
||||
enableUnfree = false;
|
||||
# https://www.elastic.co/support/matrix#logstash-and-jvm
|
||||
jre = jdk11_headless;
|
||||
};
|
||||
logstash = logstash6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user