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 = ''
|
patchPhase = ''
|
||||||
sed -i "s#/bin/date#${pkgs.coreutils}/bin/date#" lib/Date/Manip/TZ.pm
|
sed -i "s#/bin/date#${pkgs.coreutils}/bin/date#" lib/Date/Manip/TZ.pm
|
||||||
'';
|
'';
|
||||||
|
doCheck = !stdenv.isi686; # build freezes during tests on i686
|
||||||
meta = {
|
meta = {
|
||||||
description = "Date manipulation routines";
|
description = "Date manipulation routines";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user