python3Packages.mayavi: mark as broken on python 3.13

This commit is contained in:
Gaetan Lepage
2025-07-07 12:05:52 +02:00
parent 33933a5115
commit 9f28e8e51c
@@ -62,5 +62,7 @@ buildPythonPackage rec {
license = licenses.bsdOriginal;
maintainers = with maintainers; [ ];
mainProgram = "mayavi2";
# segfault
broken = pythonAtLeast "3.13";
};
}