summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/biology/N3
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-18 14:33:09 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-11-18 19:31:02 -0600
commit2c47a4229f3b3c22b4d7d337694dcf2067b41594 (patch)
treee8310cc87adf9766376912a52798b6f7687d9946 /pkgs/applications/science/biology/N3
parentf6f7283e692111603b15bae48026432469b85085 (diff)
treewide: remove ctest usages
These are already in the generated makefiles!
Diffstat (limited to 'pkgs/applications/science/biology/N3')
-rw-r--r--pkgs/applications/science/biology/N3/default.nix3
1 files changed, 0 insertions, 3 deletions
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