python310Packages.pygame: pin SDL2_image to 2.0.5

https://github.com/pygame/pygame/issues/3430#issuecomment-1279955564
This commit is contained in:
superherointj 2023-02-08 06:31:11 -03:00
parent dbe669d8fb
commit 9c30624f1a

View File

@ -8070,6 +8070,7 @@ self: super: with self; {
pygame = callPackage ../development/python-modules/pygame {
inherit (pkgs.darwin.apple_sdk.frameworks) AppKit;
SDL2_image = pkgs.SDL2_image_2_0_5;
};
pygame_sdl2 = callPackage ../development/python-modules/pygame_sdl2 { };