Loading pkgs/by-name/sd/SDL2_image_2_0/package.nixdeleted 100644 → 0 +0 −17 Original line number Diff line number Diff line # Dependency of pygame, toppler { SDL2_image, fetchurl }: SDL2_image.overrideAttrs (oldAttrs: { version = "2.0.5"; src = fetchurl { inherit (oldAttrs.src) url; hash = "sha256-vdX24CZoL31+G+C2BRsgnaL0AqLdi9HEvZwlrSYxCNA"; }; postPatch = (oldAttrs.postPatch or "") + '' # allow newer autoreconf to run successfully touch NEWS README AUTHORS ChangeLog ''; }) pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1569,6 +1569,7 @@ mapAliases { SDL_classic = SDL1; # Added 2024-09-03 SDL1 = throw "'SDL1' has been removed as development ended long ago with SDL 2.0 replacing it, use SDL_compat instead"; # Added 2025-03-27 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 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 sane-backends-git = throw "'sane-backends-git' has been renamed to/replaced by 'sane-backends'"; # Converted to throw 2024-10-17 Loading Loading
pkgs/by-name/sd/SDL2_image_2_0/package.nixdeleted 100644 → 0 +0 −17 Original line number Diff line number Diff line # Dependency of pygame, toppler { SDL2_image, fetchurl }: SDL2_image.overrideAttrs (oldAttrs: { version = "2.0.5"; src = fetchurl { inherit (oldAttrs.src) url; hash = "sha256-vdX24CZoL31+G+C2BRsgnaL0AqLdi9HEvZwlrSYxCNA"; }; postPatch = (oldAttrs.postPatch or "") + '' # allow newer autoreconf to run successfully touch NEWS README AUTHORS ChangeLog ''; })
pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1569,6 +1569,7 @@ mapAliases { SDL_classic = SDL1; # Added 2024-09-03 SDL1 = throw "'SDL1' has been removed as development ended long ago with SDL 2.0 replacing it, use SDL_compat instead"; # Added 2025-03-27 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 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 sane-backends-git = throw "'sane-backends-git' has been renamed to/replaced by 'sane-backends'"; # Converted to throw 2024-10-17 Loading