Disable tests for perlPackages.ack

This commit is contained in:
Gergely Risko 2013-09-15 21:00:36 +02:00
parent 986b34580d
commit b882b82033

View File

@ -40,10 +40,8 @@ rec {
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
# t/swamp/{0,perl-without-extension} are datafiles for the test # tests fails on nixos and hydra because of different purity issues
# t/ack-show-types.t, but the perl generic builder confuses them doCheck = false;
# 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";
}; };
AlgorithmAnnotate = buildPerlPackage { AlgorithmAnnotate = buildPerlPackage {