Disable tests for perlPackages.ack
This commit is contained in:
parent
986b34580d
commit
b882b82033
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue