perlPackages.DateTimeFormatISO8601: new expression
This commit is contained in:
parent
7f41fb2ff0
commit
3c19030977
@ -1638,6 +1638,19 @@ rec {
|
|||||||
buildInputs = [TestPod];
|
buildInputs = [TestPod];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
DateTimeFormatISO8601 = buildPerlPackage {
|
||||||
|
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 ];
|
||||||
|
meta = {
|
||||||
|
description = "Parses ISO8601 formats";
|
||||||
|
license = "perl5";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
DateTimeFormatNatural = buildPerlPackage rec {
|
DateTimeFormatNatural = buildPerlPackage rec {
|
||||||
name = "DateTime-Format-Natural-0.74";
|
name = "DateTime-Format-Natural-0.74";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user