shibokeh2: mark as broken for python 3.10
This commit is contained in:
parent
e9e76773ef
commit
a47871ffc4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue