pythonPackages.ovito: init at 3.0.0

This commit is contained in:
Chris Ostrouchov
2018-09-18 13:32:01 -04:00
committed by Frederik Rietdijk
parent d97e0ba8fe
commit c618667bd3
2 changed files with 37 additions and 0 deletions

View File

@@ -454,6 +454,10 @@ in {
outcome = callPackage ../development/python-modules/outcome {};
ovito = toPythonModule (pkgs.libsForQt5.callPackage ../development/python-modules/ovito {
pythonPackages = self;
});
palettable = callPackage ../development/python-modules/palettable { };
pathlib = callPackage ../development/python-modules/pathlib { };