[cpan2nix] perlPackages.DataEntropy: cleanup
This commit is contained in:
parent
cc100f3c85
commit
24ae793f75
@ -3089,14 +3089,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
DataEntropy = buildPerlPackage rec {
|
DataEntropy = buildPerlModule rec {
|
||||||
name = "Data-Entropy-0.007";
|
name = "Data-Entropy-0.007";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/${name}.tar.gz";
|
||||||
sha256 = "2611c4a1a3038594d79ea4ed14d9e15a9af8f77105f51667795fe4f8a53427e4";
|
sha256 = "2611c4a1a3038594d79ea4ed14d9e15a9af8f77105f51667795fe4f8a53427e4";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuild ];
|
propagatedBuildInputs = [ CryptRijndael DataFloat HTTPLite ParamsClassify ];
|
||||||
propagatedBuildInputs = [ParamsClassify DataFloat CryptRijndael HTTPLite];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
DataFloat = buildPerlModule rec {
|
DataFloat = buildPerlModule rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user