perlPackages.DateTimeFormatPg: new expression

This commit is contained in:
Oliver Charles 2013-06-10 22:07:48 +01:00
parent cd33c93a5b
commit ae5a6b36b7

View File

@ -1550,6 +1550,19 @@ rec {
];
};
DateTimeFormatPg = buildPerlPackage {
name = "DateTime-Format-Pg-0.16008";
src = fetchurl {
url = mirror://cpan/authors/id/D/DM/DMAKI/DateTime-Format-Pg-0.16008.tar.gz;
sha256 = "0mvh4wp54vh7mnhfd2lndzjfikjify98vaav6vwbraxlhjvwyn3x";
};
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder DateTimeTimeZone ];
meta = {
description = "Parse and format PostgreSQL dates and times";
license = "perl";
};
};
DateTimeFormatStrptime = buildPerlPackage rec {
name = "DateTime-Format-Strptime-1.5000";
src = fetchurl {