treewide: set bundle attribute on all darwin JDKs
This commit is contained in:
@@ -67,6 +67,7 @@ let
|
||||
passthru = {
|
||||
jre = result;
|
||||
home = result;
|
||||
bundle = result;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
@@ -174,6 +174,7 @@ let
|
||||
})
|
||||
// {
|
||||
home = jdk;
|
||||
bundle = "${jdk}/zulu-${lib.versions.major version}.jdk";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user