python312Packages.mayavi: mark as broken on darwin
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
pyqt5,
|
||||
pythonOlder,
|
||||
pythonAtLeast,
|
||||
stdenv,
|
||||
traitsui,
|
||||
vtk,
|
||||
wrapQtAppsHook,
|
||||
@@ -59,5 +60,8 @@ buildPythonPackage rec {
|
||||
license = licenses.bsdOriginal;
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "mayavi2";
|
||||
# Fails during stripping with:
|
||||
# The file was not recognized as a valid object file
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user