summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorSouvik Sen <nixpkgs-commits@deshaw.com>2020-04-07 02:29:45 -0400
committerSouvik Sen <senso@deshaw.com>2020-04-07 02:29:45 -0400
commit0c203ea6f0c9190d6087ef33d5bc6ffeaf985b25 (patch)
treed0b1d2a98d821f4692ea125ffe0a9e5b86ee345d /pkgs/top-level/perl-packages.nix
parent05f0934825c2a0750d4888c4735f9420c906b388 (diff)
downloadnixpkgs-0c203ea6f0c9190d6087ef33d5bc6ffeaf985b25.tar
nixpkgs-0c203ea6f0c9190d6087ef33d5bc6ffeaf985b25.tar.gz
nixpkgs-0c203ea6f0c9190d6087ef33d5bc6ffeaf985b25.tar.bz2
nixpkgs-0c203ea6f0c9190d6087ef33d5bc6ffeaf985b25.tar.lz
nixpkgs-0c203ea6f0c9190d6087ef33d5bc6ffeaf985b25.tar.xz
nixpkgs-0c203ea6f0c9190d6087ef33d5bc6ffeaf985b25.tar.zst
nixpkgs-0c203ea6f0c9190d6087ef33d5bc6ffeaf985b25.zip
perlPackages.StatisticsChiSquare: init at 1.0
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index eb66bc88e7c..e3573ed490b 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -16726,6 +16726,19 @@ let
     };
   };
 
+  StatisticsChiSquare = buildPerlPackage rec {
+    pname = "Statistics-ChiSquare";
+    version = "1.0000";
+    src = fetchurl {
+      url = "mirror://cpan/authors/id/D/DC/DCANTRELL/${pname}-${version}.tar.gz";
+      sha256 = "255a5a38336d048ddb9077222691e000984e907aae09a4ea695a9cfd49a1ddd0";
+    };
+    meta = {
+      description = "Implements the Chi Squared test, using pre-computed tables";
+      license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
+    };
+  };
+
   StatisticsDescriptive = buildPerlModule {
     pname = "Statistics-Descriptive";
     version = "3.0702";