[cpan2nix] perlPackages.DateTimeXEasy: cleanup
This commit is contained in:
parent
7575b4984f
commit
ed21d9535a
|
@ -3808,8 +3808,8 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = mirror://cpan/authors/id/R/RO/ROKR/DateTimeX-Easy-0.089.tar.gz;
|
url = mirror://cpan/authors/id/R/RO/ROKR/DateTimeX-Easy-0.089.tar.gz;
|
||||||
sha256 = "17e6d202e7ac6049523048e97bb8f195e3c79208570da1504f4313584e487a79";
|
sha256 = "17e6d202e7ac6049523048e97bb8f195e3c79208570da1504f4313584e487a79";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestMost ModuleBuild ];
|
buildInputs = [ TestMost ];
|
||||||
propagatedBuildInputs = [ DateTime DateTimeFormatFlexible DateTimeFormatICal DateTimeFormatNatural TimeDate ];
|
propagatedBuildInputs = [ DateTimeFormatFlexible DateTimeFormatICal DateTimeFormatNatural TimeDate ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parse a date/time string using the best method available";
|
description = "Parse a date/time string using the best method available";
|
||||||
|
|
Loading…
Reference in New Issue