[cpan2nix] perlPackages.DateTimeFormatMySQL: cleanup
This commit is contained in:
parent
cdf44bbee4
commit
f026648ca8
@ -3674,13 +3674,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
DateTimeFormatMySQL = buildPerlPackage rec {
|
DateTimeFormatMySQL = buildPerlModule rec {
|
||||||
name = "DateTime-Format-MySQL-0.06";
|
name = "DateTime-Format-MySQL-0.06";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/X/XM/XMIKEW/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/X/XM/XMIKEW/${name}.tar.gz";
|
||||||
sha256 = "07cgz60gxvrv7xqvngyll60pa8cx93h3jyx9kc9wdkn95qbd864q";
|
sha256 = "07cgz60gxvrv7xqvngyll60pa8cx93h3jyx9kc9wdkn95qbd864q";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder ModuleBuild ];
|
propagatedBuildInputs = [ DateTimeFormatBuilder ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parse and format MySQL dates and times";
|
description = "Parse and format MySQL dates and times";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user