mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
perl: attempt to fix on FreeBSD by disabling two tests
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in a new issue