From 2c47a4229f3b3c22b4d7d337694dcf2067b41594 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sun, 18 Nov 2018 14:33:09 -0600 Subject: treewide: remove ctest usages These are already in the generated makefiles! --- pkgs/applications/science/biology/N3/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs/applications/science/biology/N3') diff --git a/pkgs/applications/science/biology/N3/default.nix b/pkgs/applications/science/biology/N3/default.nix index c14846beec2f..3502ac3e51b7 100644 --- a/pkgs/applications/science/biology/N3/default.nix +++ b/pkgs/applications/science/biology/N3/default.nix @@ -19,9 +19,6 @@ stdenv.mkDerivation rec { cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/" "-DEBTKS_DIR=${EBTKS}/lib/" ]; - checkPhase = "ctest --output-on-failure"; - # don't run the tests as they fail at least due to missing program wrappers in this phase ... - postFixup = '' for p in $out/bin/*; do wrapProgram $p --prefix PERL5LIB : $PERL5LIB -- cgit v1.2.3