···1+diff --git a/test/surface_test.py b/test/surface_test.py
2+index 4e4b5d4..ffc7ffb 100644
3+--- a/test/surface_test.py
4++++ b/test/surface_test.py
5+@@ -375,6 +375,7 @@ class SurfaceTypeTest(unittest.TestCase):
6+ self.assertTrue(s1.get_flags() & pygame.RLEACCELOK)
7+ self.assertTrue(not s2.get_flags() & pygame.RLEACCELOK)
8+9++ @unittest.skipIf(True, "https://github.com/libsdl-org/sdl2-compat/issues/476")
10+ def test_solarwolf_rle_usage(self):
11+ """Test for error/crash when calling set_colorkey() followed
12+ by convert twice in succession. Code originally taken
13+@@ -403,6 +404,7 @@ class SurfaceTypeTest(unittest.TestCase):
14+ finally:
15+ pygame.display.quit()
16+17++ @unittest.skipIf(True, "https://github.com/libsdl-org/sdl2-compat/issues/476")
18+ def test_solarwolf_rle_usage_2(self):
19+ """Test for RLE status after setting alpha"""
20+
+1
pkgs/top-level/aliases.nix
···465 containerpilot = throw "'containerpilot' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2024-06-09
466 crack_attack = throw "'crack_attack' has been removed due to lack of maintenance upstream."; # Added 2024-12-04
467 crackmapexec = throw "'crackmapexec' has been removed as it was unmaintained. Use 'netexec' instead"; # 2024-08-11
0468 critcl = tclPackages.critcl; # Added 2024-10-02
469 crunchy-cli = throw "'crunchy-cli' was sunset, see <https://github.com/crunchy-labs/crunchy-cli/issues/362>"; # Added 2025-03-26
470 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
···465 containerpilot = throw "'containerpilot' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2024-06-09
466 crack_attack = throw "'crack_attack' has been removed due to lack of maintenance upstream."; # Added 2024-12-04
467 crackmapexec = throw "'crackmapexec' has been removed as it was unmaintained. Use 'netexec' instead"; # 2024-08-11
468+ 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
469 critcl = tclPackages.critcl; # Added 2024-10-02
470 crunchy-cli = throw "'crunchy-cli' was sunset, see <https://github.com/crunchy-labs/crunchy-cli/issues/362>"; # Added 2025-03-26
471 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