Unverified Commit 76627c2d authored by Grimmauld's avatar Grimmauld
Browse files

python313Packages.shiboken2: mark broken

The package uses `mkDerivation`+`toPythonModule` in python packages.
This means `disabled` is not an option.

The package already shouldn't work on py 3.12 as per compatibility matrix [1].
While it might be possible to patch this *again*, this poackage is currently a complete mess.

[1] https://wiki.qt.io/Qt_for_Python#Python_compatibility_matrix
parent 5c0c4807
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,5 +64,6 @@ stdenv.mkDerivation {
    ];
    homepage = "https://wiki.qt.io/Qt_for_Python";
    maintainers = with maintainers; [ ];
    broken = python.pythonAtLeast "3.13";
  };
}