python313Packages.mayavi: unmark broken (#448443)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user