python3Packages.mayavi: remove superfluous disabled
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
pyface,
|
||||
pygments,
|
||||
pyqt5,
|
||||
pythonOlder,
|
||||
traitsui,
|
||||
vtk,
|
||||
wrapQtAppsHook,
|
||||
@@ -20,8 +19,6 @@ buildPythonPackage rec {
|
||||
version = "4.8.3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-72nMvfWPIPGzlJMNXjoW3aSxo5rcvHb3mr0mSD0prPU=";
|
||||
|
||||
@@ -9381,7 +9381,7 @@ self: super: with self; {
|
||||
maya = callPackage ../development/python-modules/maya { };
|
||||
|
||||
mayavi = pkgs.libsForQt5.callPackage ../development/python-modules/mayavi {
|
||||
inherit buildPythonPackage pythonOlder;
|
||||
inherit buildPythonPackage;
|
||||
inherit (self)
|
||||
pyface
|
||||
pygments
|
||||
|
||||
Reference in New Issue
Block a user