pythonPackages.meshio: init at 4.3.10

This commit is contained in:
Daniel Wheeler
2021-03-03 19:14:50 -05:00
parent c2df575c6c
commit ed626755b2
2 changed files with 42 additions and 0 deletions
+2
View File
@@ -4058,6 +4058,8 @@ in {
mesa = callPackage ../development/python-modules/mesa { };
meshio = callPackage ../development/python-modules/meshio { };
meshlabxml = callPackage ../development/python-modules/meshlabxml { };
meson = disabledIf (pythonOlder "3.5") (toPythonModule ((pkgs.meson.override { python3 = python; }).overrideAttrs