Merge pull request #215760 from LibreCybernetics/alloy-jre
alloy: remove jre override
This commit is contained in:
commit
fd58bd4e07
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue