ovito: Name should be ovito not ovita

This commit is contained in:
Tyson Whitehead
2021-01-29 17:36:40 -05:00
parent 7c1d02b108
commit 2a26edb361

View File

@@ -3,8 +3,8 @@
, qtbase, qtsvg, qttools, qscintilla }:
stdenv.mkDerivation rec {
pname = "ovito";
version = "3.4.0";
name = "ovita-${version}";
src = fetchFromGitLab {
owner = "stuko";