python3Packages.pygame-ce: add updateScript

This commit is contained in:
Peder Bergebakken Sundt
2025-06-12 23:51:59 +02:00
parent 6ebd5c0190
commit d99ec37e3d
@@ -12,6 +12,7 @@
ninja,
meson-python,
pyproject-metadata,
nix-update-script,
fontconfig,
freetype,
@@ -158,6 +159,8 @@ buildPythonPackage rec {
"pygame.version"
];
passthru.updateScript = nix-update-script { };
passthru.tests = {
inherit pygame-gui;
};