python311Packages.pygame-gui: switch to pygame-ce

happened upstream a year ago: https://github.com/MyreMylar/pygame_gui/commit/aa67f1e30a2e3d0e5414277bf54c437cf77195b7
became required as of https://github.com/MyreMylar/pygame_gui/pull/522
This commit is contained in:
Peder Bergebakken Sundt
2024-05-01 23:53:19 +02:00
parent 0224fcf295
commit 1eeb94a4e3
@@ -2,7 +2,7 @@
, pkgs
, buildPythonPackage
, fetchFromGitHub
, pygame
, pygame-ce
, python-i18n
, pytestCheckHook
}:
@@ -20,7 +20,10 @@ buildPythonPackage rec {
hash = "sha256-IXU00Us1odbfS7jLPMYuCPv2l/5TUZdYKES7xHs+EWg=";
};
propagatedBuildInputs = [ pygame python-i18n ];
propagatedBuildInputs = [
pygame-ce
python-i18n
];
postPatch = ''
substituteInPlace pygame_gui/core/utility.py \