perlPackages.DateManip: disable tests on i686

Build froze and timed out during tests on i686.
This commit is contained in:
Uli Baum 2018-05-24 22:28:57 +02:00
parent 9dc009926f
commit 3b336d0c18
1 changed files with 1 additions and 0 deletions

View File

@ -3632,6 +3632,7 @@ let self = _self // overrides; _self = with self; {
patchPhase = ''
sed -i "s#/bin/date#${pkgs.coreutils}/bin/date#" lib/Date/Manip/TZ.pm
'';
doCheck = !stdenv.isi686; # build freezes during tests on i686
meta = {
description = "Date manipulation routines";
};