3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from errge/master

Disable tests for perlPackages.ack
This commit is contained in:
Domen Kožar 2013-09-18 16:34:19 -07:00
commit 42c2a579a7

View file

@ -42,10 +42,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 {