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
This commit is contained in:
Grimmauld
2025-05-17 14:43:42 +02:00
parent 5c0c4807e4
commit 76627c2d55
@@ -64,5 +64,6 @@ stdenv.mkDerivation {
];
homepage = "https://wiki.qt.io/Qt_for_Python";
maintainers = with maintainers; [ ];
broken = python.pythonAtLeast "3.13";
};
}