[cpan2nix] perlPackages.CryptDH: cleanup

This commit is contained in:
volth 2018-04-07 07:54:47 +00:00
parent db6dc7f69a
commit 812262f21e

View file

@ -2718,7 +2718,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/M/MI/MITHALDU/${name}.tar.gz";
sha256 = "0pvzlgwpx8fzdy64ki15155vhsj30i9zxmw6i4p7irh17d1g7368";
};
buildInputs = [ MathBigInt MathBigIntGMP ];
propagatedBuildInputs = [ MathBigIntGMP ];
};
CryptDHGMP = buildPerlPackage rec {