python3Packages.mayavi: build for Python 3 instead of Python 2
- switch from wxPython to Qt5
This commit is contained in:
@@ -4370,7 +4370,10 @@ in {
|
||||
|
||||
maya = callPackage ../development/python-modules/maya { };
|
||||
|
||||
mayavi = callPackage ../development/python-modules/mayavi { };
|
||||
mayavi = pkgs.libsForQt5.callPackage ../development/python-modules/mayavi {
|
||||
inherit buildPythonPackage isPy27 fetchPypi;
|
||||
inherit (self) pyface pygments numpy vtk traitsui envisage apptools pyqt5;
|
||||
};
|
||||
|
||||
mccabe = callPackage ../development/python-modules/mccabe { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user