3
0
Fork 0
forked from mirrors/nixpkgs

perl-DateTime-Format-MySQL: init at 0.05

This commit is contained in:
Robert Helgesson 2015-08-06 19:51:02 +02:00
parent ad57899629
commit 00163a09d3

View file

@ -2754,6 +2754,20 @@ let self = _self // overrides; _self = with self; {
};
};
DateTimeFormatMySQL = buildPerlPackage rec {
name = "DateTime-Format-MySQL-0.05";
src = fetchurl {
url = "mirror://cpan/authors/id/X/XM/XMIKEW/${name}.tar.gz";
sha256 = "26d0348a930aa34d3b33ec1b2a9d9629f2ee78234e224ca74d594703922ca2e9";
};
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder ];
meta = {
description = "Parse and format MySQL dates and times";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
DateTimeFormatPg = buildPerlPackage {
name = "DateTime-Format-Pg-0.16008";
src = fetchurl {