shibokeh2: mark as broken for python 3.10

This commit is contained in:
Someone Serge 2022-04-12 18:46:37 +03:00
parent e9e76773ef
commit a47871ffc4
No known key found for this signature in database
GPG key ID: A39079F4AE78D20D

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