mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
[cpan2nix] perlPackages.StatisticsTTest: cleanup
This commit is contained in:
parent
8e5915b474
commit
708652b102
@ -12758,7 +12758,7 @@ let self = _self // overrides; _self = with self; {
|
||||
StatisticsTTest = buildPerlPackage rec {
|
||||
name = "Statistics-TTest-1.1.0";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/modules/by-module/Statistics/${name}.tar.gz";
|
||||
url = mirror://cpan/authors/id/Y/YU/YUNFANG/Statistics-TTest-1.1.0.tar.gz;
|
||||
sha256 = "0rkifgzm4rappiy669dyi6lyxn2sdqaf0bl6gndlfa67b395kndj";
|
||||
};
|
||||
propagatedBuildInputs = [ StatisticsDescriptive StatisticsDistributions ];
|
||||
|
Loading…
Reference in New Issue
Block a user