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:
@@ -64,5 +64,6 @@ stdenv.mkDerivation {
|
||||
];
|
||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||
maintainers = with maintainers; [ ];
|
||||
broken = python.pythonAtLeast "3.13";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user