alloy: remove jre override

This commit is contained in:
Fabián Heredia Montiel 2022-08-12 22:19:04 -05:00
parent ef28602c85
commit 3fcdb4fbc8

View file

@ -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;