mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
perlPackages.CLDRNumber: init at 0.19
This commit is contained in:
parent
7d707c6ef3
commit
1df277ab64
@ -3154,6 +3154,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
CLDRNumber = buildPerlModule {
|
||||
pname = "CLDR-Number";
|
||||
version = "0.19";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PA/PATCH/CLDR-Number-0.19.tar.gz";
|
||||
sha256 = "c6716488e65fe779ff79a83f0f2036ad94463efe3d0f349c6b99112975bd85fc";
|
||||
};
|
||||
buildInputs = [ SoftwareLicense TestDifferences TestException TestWarn ];
|
||||
propagatedBuildInputs =
|
||||
[ ClassMethodModifiers MathRound Moo namespaceclean ];
|
||||
meta = {
|
||||
homepage = "https://github.com/patch/cldr-number-pm5";
|
||||
description = "Localized number formatters using the Unicode CLDR";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
CLIHelpers = buildPerlPackage {
|
||||
pname = "CLI-Helpers";
|
||||
version = "1.8";
|
||||
|
Loading…
Reference in New Issue
Block a user