Unverified Commit bce1254b authored by Marcin Serwin's avatar Marcin Serwin
Browse files

python3Packages.pygame-original: disable on Python >= 3.14



Signed-off-by: default avatarMarcin Serwin <marcin@serwin.dev>
parent 79c4ac48
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ buildPythonPackage rec {
  version = "2.6.1";
  pyproject = true;

  # https://github.com/NixOS/nixpkgs/pull/475917
  disabled = pythonAtLeast "3.14";

  src = fetchFromGitHub {
    owner = "pygame";
    repo = "pygame";