shiboken2: unmark broken for Python 3.10

This commit is contained in:
Nicolas Benes 2022-06-20 08:44:49 +02:00
parent baf4c35b88
commit 1730a1e637

View file

@ -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 || python.isPy310;
broken = stdenv.isDarwin;
};
}