perlPackages.DateManip: disable tests on i686
Build froze and timed out during tests on i686.
This commit is contained in:
parent
9dc009926f
commit
3b336d0c18
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue