SDL2_classic_image: drop

This commit is contained in:
Grimmauld
2025-05-20 11:34:52 +02:00
parent 5d67c99207
commit 3e7b6edf80
2 changed files with 1 additions and 13 deletions
@@ -1,13 +0,0 @@
{
SDL2_image,
SDL2_classic,
enableSTB ? true,
}:
(SDL2_image.override {
SDL2 = SDL2_classic;
inherit enableSTB;
}).overrideAttrs
{
pname = "SDL2_classic_image";
}
+1
View File
@@ -1687,6 +1687,7 @@ mapAliases {
SDL_gpu = throw "'SDL_gpu' has been removed due to lack of upstream maintenance and known users"; # Added 2025-03-15
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_image = throw "'SDL2_classic_image' has been removed as part of the deprecation of 'SDL2_classic'. Consider upgrading to 'SDL2_image' built with 'sdl2-compat'."; # Added 2025-05-20
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