archipelago-minecraft: drop

This commit is contained in:
dish
2025-07-15 23:52:24 -04:00
parent b8cf6031aa
commit 4ab08a4c3e
3 changed files with 3 additions and 4 deletions

View File

@@ -28,6 +28,8 @@
- `conftest` since `0.60.0` has moved to use rego `v1` as default. To continue using `v0` use `--rego-version v0`. For more information about upgrading to Rego v1 syntax, see the [upstream docs](https://www.openpolicyagent.org/docs/latest/v0-upgrade/).
- The `archipelago-minecraft` package was removed, as upstream no longer provides support for the Minecraft APWorld.
- `tooling-language-server` has been renamed to `deputy` (both the package and binary), following the rename of the upstream project.
- `lima` package now only includes the guest agent for the host's architecture by default. If your guest VM's architecture differs from your Lima host's, you'll need to enable the `lima-additional-guestagents` package by setting `withAdditionalGuestAgents = true` when overriding lima with this input.

View File

@@ -301,6 +301,7 @@ mapAliases {
appthreat-depscan = dep-scan; # Added 2024-04-10
arb = throw "'arb' has been removed as it has been merged into 'flint3'"; # Added 2025-03-28
arcanist = throw "arcanist was removed as phabricator is not supported and does not accept fixes"; # Added 2024-06-07
archipelago-minecraft = throw "archipelago-minecraft has been removed, as upstream no longer ships minecraft as a default APWorld."; # Added 2025-07-15
argo = argo-workflows; # Added 2025-02-01
aria = aria2; # Added 2024-03-26
armcord = throw "ArmCord was renamed to legcord by the upstream developers. Action is required to migrate configurations between the two applications. Please see this PR for more details: https://github.com/NixOS/nixpkgs/pull/347971"; # Added 2024-10-11

View File

@@ -300,10 +300,6 @@ with pkgs;
# many more scenarios than just opengl now.
aocd = with python3Packages; toPythonApplication aocd;
archipelago-minecraft = callPackage ../by-name/ar/archipelago/package.nix {
extraPackages = [ jdk17 ];
};
cve = with python3Packages; toPythonApplication cvelib;
basalt-monado = callPackage ../by-name/ba/basalt-monado/package.nix {