python3Packages.pygame-ce: unbreak on darwin again
Originally fixed in66ebd9e90e, but it seems to have been lost inc8c30c91d5.
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
libX11,
|
||||
portmidi,
|
||||
SDL2_classic,
|
||||
SDL2_image,
|
||||
SDL2_mixer,
|
||||
SDL2_ttf,
|
||||
SDL2_classic_image,
|
||||
SDL2_classic_mixer_2_0,
|
||||
SDL2_classic_ttf,
|
||||
numpy,
|
||||
|
||||
pygame-gui,
|
||||
@@ -99,9 +99,9 @@ buildPythonPackage rec {
|
||||
libpng
|
||||
portmidi
|
||||
SDL2_classic
|
||||
(SDL2_image.override { enableSTB = false; })
|
||||
SDL2_mixer
|
||||
SDL2_ttf
|
||||
(SDL2_classic_image.override { enableSTB = false; })
|
||||
SDL2_classic_mixer_2_0
|
||||
SDL2_classic_ttf
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user