* Added Statistics::Descriptive.

svn path=/nixpkgs/trunk/; revision=29504
This commit is contained in:
Eelco Dolstra 2011-09-26 22:08:44 +00:00
parent d8b628d123
commit 12d42a5850

View File

@ -2809,6 +2809,14 @@ rec {
];
};
StatisticsDescriptive = buildPerlPackage rec {
name = "Statistics-Descriptive-3.0202";
src = fetchurl {
url = "mirror://cpan/modules/by-module/Statistics/${name}.tar.gz";
sha256 = "0y8l3dkhfc2gqwfigrg363ac7pxcyshdna66afpdvs8r1gd53a1i";
};
};
StringFormat = buildPerlPackage rec {
name = "String-Format-1.16";
src = fetchurl {