[cpan2nix] perlPackages.DataEntropy: cleanup

This commit is contained in:
volth 2018-04-07 07:56:26 +00:00
parent cc100f3c85
commit 24ae793f75

View File

@ -3089,14 +3089,13 @@ let self = _self // overrides; _self = with self; {
};
};
DataEntropy = buildPerlPackage rec {
DataEntropy = buildPerlModule rec {
name = "Data-Entropy-0.007";
src = fetchurl {
url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/${name}.tar.gz";
sha256 = "2611c4a1a3038594d79ea4ed14d9e15a9af8f77105f51667795fe4f8a53427e4";
};
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ParamsClassify DataFloat CryptRijndael HTTPLite];
propagatedBuildInputs = [ CryptRijndael DataFloat HTTPLite ParamsClassify ];
};
DataFloat = buildPerlModule rec {