python3Packages.ovito: revert change that conflicts with master

The package was dropped in favor of the ovito package living at the
top-level attribute.
This commit is contained in:
Martin Weinelt 2021-02-14 00:40:01 +01:00
parent 1c7975a26f
commit d434f1486e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = with python.pkgs; [ sphinx numpy sip pyqt5 matplotlib ase ];
dontWrapQtApps = true;
meta = with lib; {
description = "Scientific visualization and analysis software for atomistic simulation data";
homepage = "https://www.ovito.org";