alloy: remove jre override
This commit is contained in:
parent
ef28602c85
commit
3fcdb4fbc8
1 changed files with 1 additions and 3 deletions
|
@ -16935,9 +16935,7 @@ with pkgs;
|
|||
|
||||
adtool = callPackage ../tools/admin/adtool { };
|
||||
|
||||
inherit (callPackage ../development/tools/alloy {
|
||||
jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
})
|
||||
inherit (callPackage ../development/tools/alloy { })
|
||||
alloy5
|
||||
alloy6
|
||||
alloy;
|
||||
|
|
Loading…
Reference in a new issue