Remove installCheckPhase
There's no --version flag on the openmvs binaries.
This commit is contained in:
parent
b1ea6b2d73
commit
e6276c1d19
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user