From 5d67c9920787e018cd6ac8ba2155bed4e638b607 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Tue, 20 May 2025 11:28:37 +0200 Subject: [PATCH] SDL2_classic_mixer: drop --- pkgs/by-name/sd/SDL2_classic_mixer/package.nix | 11 ----------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 pkgs/by-name/sd/SDL2_classic_mixer/package.nix diff --git a/pkgs/by-name/sd/SDL2_classic_mixer/package.nix b/pkgs/by-name/sd/SDL2_classic_mixer/package.nix deleted file mode 100644 index 4aaf22b7cd6e..000000000000 --- a/pkgs/by-name/sd/SDL2_classic_mixer/package.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - SDL2_mixer, - SDL2_classic, -}: - -(SDL2_mixer.override { - SDL2 = SDL2_classic; -}).overrideAttrs - { - pname = "SDL2_classic_mixer"; - } diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index c4f136e0ddef..e4efb01a8639 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -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