mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perlPackages.StatisticsBasic: new expression
This commit is contained in:
parent
7b8dbc338a
commit
65abb853f4
1 changed files with 12 additions and 0 deletions
|
@ -4605,6 +4605,18 @@ rec {
|
|||
};
|
||||
};
|
||||
|
||||
StatisticsBasic = buildPerlPackage {
|
||||
name = "Statistics-Basic-1.6607";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/J/JE/JETTERO/Statistics-Basic-1.6607.tar.gz;
|
||||
sha256 = "105agxl2581iqmwj1crgz33l5r19snf47h91hnjgm1nf555z79r7";
|
||||
};
|
||||
propagatedBuildInputs = [ NumberFormat ];
|
||||
meta = {
|
||||
license = "open_source";
|
||||
};
|
||||
};
|
||||
|
||||
StatisticsDescriptive = buildPerlPackage rec {
|
||||
name = "Statistics-Descriptive-3.0202";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue