python312Packages.orange-canvas-core: mark as broken on darwin

This commit is contained in:
Gaetan Lepage
2024-09-03 13:17:21 +02:00
parent d9560a2f52
commit 42d4d73b7e
@@ -24,6 +24,8 @@
qt5,
pytest-qt,
pytestCheckHook,
stdenv,
}:
buildPythonPackage rec {
@@ -91,5 +93,7 @@ buildPythonPackage rec {
changelog = "https://github.com/biolab/orange-canvas-core/releases/tag/${version}";
license = [ lib.licenses.gpl3 ];
maintainers = [ lib.maintainers.lucasew ];
# Segmentation fault during tests
broken = stdenv.isDarwin;
};
}