python313Packages.mayavi: unmark broken (#448443)

This commit is contained in:
Nick Cao
2025-10-14 01:09:26 +00:00
committed by GitHub
2 changed files with 1 additions and 4 deletions
@@ -10,7 +10,6 @@
pygments,
pyqt5,
pythonOlder,
pythonAtLeast,
traitsui,
vtk,
wrapQtAppsHook,
@@ -62,7 +61,5 @@ buildPythonPackage rec {
license = licenses.bsdOriginal;
maintainers = [ ];
mainProgram = "mayavi2";
# segfault
broken = pythonAtLeast "3.13";
};
}
+1 -1
View File
@@ -9113,7 +9113,7 @@ self: super: with self; {
maya = callPackage ../development/python-modules/maya { };
mayavi = pkgs.libsForQt5.callPackage ../development/python-modules/mayavi {
inherit buildPythonPackage pythonOlder pythonAtLeast;
inherit buildPythonPackage pythonOlder;
inherit (self)
pyface
pygments