perl: attempt to fix on FreeBSD by disabling two tests

This commit is contained in:
Vladimír Čunát 2013-04-02 10:39:20 +02:00
parent 5e202a2221
commit 322c2f36a3

@ -67,6 +67,9 @@ stdenv.mkDerivation rec {
dist/IO/t/{io_multihomed.t,io_sock.t} \
t/porting/{maintainers.t,regen.t} \
cpan/Socket/t/getnameinfo.t \
'' + stdenv.lib.optionalString (stdenv.isFreeBSD) ''
cpan/CPANPLUS/t/04_CPANPLUS-Module.t
cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
'' + " ";
postPatch = ''
for test in ${testsToSkip}; do