ovito: Use qt mkDerivation so application is proprely wrapped
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchFromGitLab, cmake
|
{ mkDerivation, lib, fetchFromGitLab, cmake
|
||||||
, boost, netcdf, hdf5, fftwSinglePrec, muparser, openssl, ffmpeg, python
|
, boost, netcdf, hdf5, fftwSinglePrec, muparser, openssl, ffmpeg, python
|
||||||
, qtbase, qtsvg, qttools, qscintilla }:
|
, qtbase, qtsvg, qttools, qscintilla }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "ovito";
|
pname = "ovito";
|
||||||
version = "3.4.0";
|
version = "3.4.0";
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
qtbase qtsvg qttools qscintilla
|
qtbase qtsvg qttools qscintilla
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "Scientific visualization and analysis software for atomistic and particle simulation data";
|
description = "Scientific visualization and analysis software for atomistic and particle simulation data";
|
||||||
homepage = https://ovito.org;
|
homepage = https://ovito.org;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
|||||||
Reference in New Issue
Block a user