From e6276c1d199100136f1cbdc91cfa02ac9351591d Mon Sep 17 00:00:00 2001 From: Bouke van der Bijl Date: Wed, 1 Feb 2023 20:04:54 +0100 Subject: [PATCH] Remove installCheckPhase There's no --version flag on the openmvs binaries. --- pkgs/applications/science/misc/openmvs/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/applications/science/misc/openmvs/default.nix b/pkgs/applications/science/misc/openmvs/default.nix index 2ea25215e0e9..fde756181cca 100644 --- a/pkgs/applications/science/misc/openmvs/default.nix +++ b/pkgs/applications/science/misc/openmvs/default.nix @@ -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";