shiboken2: unmark broken for Python 3.10

main
Nicolas Benes 2 years ago
parent baf4c35b88
commit 1730a1e637
  1. 2
      pkgs/development/python-modules/shiboken2/default.nix

@ -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;
};
}

Loading…
Cancel
Save