Commit e6276c1d authored by Bouke van der Bijl's avatar Bouke van der Bijl
Browse files

Remove installCheckPhase

There's no --version flag on the openmvs binaries.
parent b1ea6b2d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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";