mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
perlPackages.DateTimeFormatISO8601: new expression
This commit is contained in:
parent
7f41fb2ff0
commit
3c19030977
|
@ -1638,6 +1638,19 @@ rec {
|
|||
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 {
|
||||
name = "DateTime-Format-Natural-0.74";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue