[cpan2nix] perlPackages.CryptDHGMP: cleanup

This commit is contained in:
volth 2018-04-07 07:55:26 +00:00
parent cab9e859ca
commit 2a58cdff3c

View File

@ -2755,7 +2755,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/D/DM/DMAKI/${name}.tar.gz";
sha256 = "0f5gdprcql4kwzgxl2s6ngcfg1jl45lzcqh7dkv5bkwlwmxa9rsi";
};
buildInputs = [ DevelChecklib TestRequires pkgs.gmp ];
buildInputs = [ pkgs.gmp DevelChecklib TestRequires ];
NIX_CFLAGS_COMPILE = "-I${pkgs.gmp.dev}/include";
NIX_CFLAGS_LINK = "-L${pkgs.gmp.out}/lib -lgmp";
};