mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
perlPackages.DateTimeFormatISO8601: fix build
This commit is contained in:
parent
0461c1eeef
commit
3dc2e7877e
1 changed files with 1 additions and 1 deletions
|
@ -3069,7 +3069,7 @@ let self = _self // overrides; _self = with self; {
|
|||
url = mirror://cpan/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz;
|
||||
sha256 = "1syccqd5jlwms8v78ksnf68xijzl97jky5vbwhnyhxi5gvgfx8xk";
|
||||
};
|
||||
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder ];
|
||||
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder ModuleBuild ];
|
||||
meta = {
|
||||
description = "Parses ISO8601 formats";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue