···11+diff --git a/test/surface_test.py b/test/surface_test.py
22+index 4e4b5d4..ffc7ffb 100644
33+--- a/test/surface_test.py
44++++ b/test/surface_test.py
55+@@ -375,6 +375,7 @@ class SurfaceTypeTest(unittest.TestCase):
66+ self.assertTrue(s1.get_flags() & pygame.RLEACCELOK)
77+ self.assertTrue(not s2.get_flags() & pygame.RLEACCELOK)
88+99++ @unittest.skipIf(True, "https://github.com/libsdl-org/sdl2-compat/issues/476")
1010+ def test_solarwolf_rle_usage(self):
1111+ """Test for error/crash when calling set_colorkey() followed
1212+ by convert twice in succession. Code originally taken
1313+@@ -403,6 +404,7 @@ class SurfaceTypeTest(unittest.TestCase):
1414+ finally:
1515+ pygame.display.quit()
1616+1717++ @unittest.skipIf(True, "https://github.com/libsdl-org/sdl2-compat/issues/476")
1818+ def test_solarwolf_rle_usage_2(self):
1919+ """Test for RLE status after setting alpha"""
2020+
+1
pkgs/top-level/aliases.nix
···465465 containerpilot = throw "'containerpilot' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2024-06-09
466466 crack_attack = throw "'crack_attack' has been removed due to lack of maintenance upstream."; # Added 2024-12-04
467467 crackmapexec = throw "'crackmapexec' has been removed as it was unmaintained. Use 'netexec' instead"; # 2024-08-11
468468+ create-react-app = throw "'create-react-app' has been removed as it was deprecated. Upstream suggests using a framework for React."; # Added 2025-05-17
468469 critcl = tclPackages.critcl; # Added 2024-10-02
469470 crunchy-cli = throw "'crunchy-cli' was sunset, see <https://github.com/crunchy-labs/crunchy-cli/issues/362>"; # Added 2025-03-26
470471 cudaPackages_10_0 = throw "CUDA 10.0 has been removed from Nixpkgs, as it is unmaintained upstream and depends on unsupported compilers"; # Added 2024-11-20