shibokeh2: mark as broken for python 3.10
This commit is contained in:
@@ -34,6 +34,6 @@ stdenv.mkDerivation {
|
||||
license = with licenses; [ gpl2 lgpl21 ];
|
||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
broken = stdenv.isDarwin;
|
||||
broken = stdenv.isDarwin || python.isPy310;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user