forked from mirrors/nixpkgs
perl-DateTimeX-Easy: disable failing test suite to fix Hydra build
This commit is contained in:
parent
a75eb513c6
commit
83f2a6792c
|
@ -3187,6 +3187,7 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
buildInputs = [ TestMost ];
|
||||
propagatedBuildInputs = [ DateTime DateTimeFormatFlexible DateTimeFormatICal DateTimeFormatNatural TimeDate ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Parse a date/time string using the best method available";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue