[cpan2nix] perlPackages.DateTimeFormatISO8601: cleanup

This commit is contained in:
volth 2018-04-07 07:57:59 +00:00
parent 6a3e1434b2
commit cdf44bbee4

View File

@ -3632,13 +3632,13 @@ let self = _self // overrides; _self = with self; {
};
};
DateTimeFormatISO8601 = buildPerlPackage {
DateTimeFormatISO8601 = buildPerlModule {
name = "DateTime-Format-ISO8601-0.08";
src = fetchurl {
url = mirror://cpan/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz;
sha256 = "1syccqd5jlwms8v78ksnf68xijzl97jky5vbwhnyhxi5gvgfx8xk";
};
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder ModuleBuild ];
propagatedBuildInputs = [ DateTimeFormatBuilder ];
meta = {
description = "Parses ISO8601 formats";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];