[cpan2nix] perlPackages.CryptDH: cleanup
This commit is contained in:
parent
db6dc7f69a
commit
812262f21e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue