alloy: remove jre override

This commit is contained in:
Fabián Heredia Montiel
2023-02-10 20:38:01 -06:00
parent ef28602c85
commit 3fcdb4fbc8
+1 -3
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;