Add oraclejdk and oraclejre attributes for packages that want to use them
This commit is contained in:
parent
bc8b1376da
commit
8c128db32e
@ -2366,6 +2366,10 @@ let
|
||||
then openjre
|
||||
else jdkdistro false false;
|
||||
|
||||
oraclejdk = jdkdistro true false;
|
||||
|
||||
oraclejre = jdkdistro false false;
|
||||
|
||||
jrePlugin = lowPrio (jdkdistro false true);
|
||||
|
||||
supportsJDK =
|
||||
|
Loading…
Reference in New Issue
Block a user