Disable tests for perlPackages.ack

This commit is contained in:
Gergely Risko 2013-09-15 21:00:36 +02:00
parent 986b34580d
commit b882b82033
1 changed files with 2 additions and 4 deletions

View File

@ -40,10 +40,8 @@ rec {
maintainers = with maintainers; [ lovek323 ];
platforms = stdenv.lib.platforms.unix;
};
# t/swamp/{0,perl-without-extension} are datafiles for the test
# t/ack-show-types.t, but the perl generic builder confuses them
# for scripts and purifies them, making the test fail.
preCheck = "sed -i '1s,.*,#!/usr/bin/perl -w,' t/swamp/0 t/swamp/perl-without-extension";
# tests fails on nixos and hydra because of different purity issues
doCheck = false;
};
AlgorithmAnnotate = buildPerlPackage {