python3Packages.mayavi: remove superfluous disabled

This commit is contained in:
Robert Schütz
2026-01-11 09:14:13 -08:00
parent 03481a17b1
commit 3a63a48afe
2 changed files with 1 additions and 4 deletions
@@ -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=";
+1 -1
View File
@@ -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