Skip to content

Commit 7064a5a

Browse files
committed
python313Packages.pygame-ce: unpin SDL_classic_mixer again
1 parent dec1b5c commit 7064a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pygame-ce/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
portmidi,
2121
SDL2_classic,
2222
SDL2_classic_image,
23-
SDL2_classic_mixer_2_0,
23+
SDL2_classic_mixer,
2424
SDL2_classic_ttf,
2525
numpy,
2626

@@ -100,7 +100,7 @@ buildPythonPackage rec {
100100
portmidi
101101
SDL2_classic
102102
(SDL2_classic_image.override { enableSTB = false; })
103-
SDL2_classic_mixer_2_0
103+
SDL2_classic_mixer
104104
SDL2_classic_ttf
105105
];
106106

0 commit comments

Comments
 (0)