python311Packages.shiboken2: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-06 11:56:31 -07:00
parent 0a62b686ee
commit 7759c2cc6c

View File

@ -59,6 +59,6 @@ stdenv.mkDerivation {
];
homepage = "https://wiki.qt.io/Qt_for_Python";
maintainers = with maintainers; [ gebner ];
broken = stdenv.isDarwin || pythonAtLeast "3.12";
broken = pythonAtLeast "3.12";
};
}