Commit fd7f71e2 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by Marcin Serwin
Browse files

python3Packages.pygame-original: mark broken on python>=3.14

parent 5c04378b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  replaceVars,
  fontconfig,
  python,
  pythonAtLeast,

  # build-system
  cython,
@@ -134,5 +135,7 @@ buildPythonPackage rec {
    license = lib.licenses.lgpl21Plus;
    maintainers = with lib.maintainers; [ emilytrau ];
    platforms = lib.platforms.unix;
    # https://github.com/pygame/pygame/issues/4706
    broken = pythonAtLeast "3.14";
  };
}