Merge pull request #215760 from LibreCybernetics/alloy-jre

alloy: remove jre override
This commit is contained in:
Mario Rodas 2023-02-12 12:32:47 -05:00 committed by GitHub
commit fd58bd4e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16941,9 +16941,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;