SDL2_classic_mixer: drop

This commit is contained in:
Grimmauld
2025-05-20 11:28:37 +02:00
parent 9bf188c26a
commit 5d67c99207
2 changed files with 1 additions and 11 deletions

View File

@@ -1,11 +0,0 @@
{
SDL2_mixer,
SDL2_classic,
}:
(SDL2_mixer.override {
SDL2 = SDL2_classic;
}).overrideAttrs
{
pname = "SDL2_classic_mixer";
}

View File

@@ -1688,6 +1688,7 @@ mapAliases {
SDL_image_2_0 = throw "'SDL_image_2_0' has been removed in favor of the latest version"; # Added 2025-04-20
SDL2_mixer_2_0 = throw "'SDL2_mixer_2_0' has been removed in favor of the latest version"; # Added 2025-04-27
SDL2_classic_mixer_2_0 = throw "'SDL2_classic_mixer_2_0' has been removed in favor of the latest version"; # Added 2025-04-27
SDL2_classic_mixer = throw "'SDL2_classic_mixer' has been removed as part of the deprecation of 'SDL2_classic'. Consider upgrading to 'SDL2_mixer' built with 'sdl2-compat'."; # Added 2025-05-20
SDL2_classic_ttf = throw "'SDL2_classic_ttf' has been removed as part of the deprecation of 'SDL2_classic'. Consider upgrading to 'SDL2_ttf' built with 'sdl2-compat'."; # Added 2025-05-20
s2n = throw "'s2n' has been renamed to/replaced by 's2n-tls'"; # Converted to throw 2024-10-17
sandboxfs = throw "'sandboxfs' has been removed due to being unmaintained, consider using linux namespaces for sandboxing instead"; # Added 2024-06-06