[cpan2nix] perlPackages.DateTimeFormatDateParse: cleanup
This commit is contained in:
parent
c376c6c5ed
commit
6aa717a651
@ -3581,14 +3581,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
DateTimeFormatDateParse = buildPerlPackage {
|
DateTimeFormatDateParse = buildPerlModule {
|
||||||
name = "DateTime-Format-DateParse-0.05";
|
name = "DateTime-Format-DateParse-0.05";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/J/JH/JHOBLITT/DateTime-Format-DateParse-0.05.tar.gz;
|
url = mirror://cpan/authors/id/J/JH/JHOBLITT/DateTime-Format-DateParse-0.05.tar.gz;
|
||||||
sha256 = "f6eca4c8be66ce9992ee150932f8fcf07809fd3d1664caf200b8a5fd3a7e5ebc";
|
sha256 = "f6eca4c8be66ce9992ee150932f8fcf07809fd3d1664caf200b8a5fd3a7e5ebc";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuild ];
|
propagatedBuildInputs = [ DateTime TimeDate ];
|
||||||
propagatedBuildInputs = [ DateTime DateTimeTimeZone TimeDate ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parses Date::Parse compatible formats";
|
description = "Parses Date::Parse compatible formats";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user