Remove installCheckPhase

There's no --version flag on the openmvs binaries.
This commit is contained in:
Bouke van der Bijl 2023-02-01 20:04:54 +01:00
parent b1ea6b2d73
commit e6276c1d19

View File

@ -72,13 +72,6 @@ stdenv.mkDerivation rec {
runHook postCheck
'';
doInstallCheck = true;
installCheckPhase = ''
runHook preInstallCheck
$out/bin/TextureMesh -v
runHook postInstallCheck
'';
meta = {
description = "Open Multi-View Stereo reconstruction library";
homepage = "https://github.com/cdcseacave/openMVS";