mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
[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";
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user