perl-Params-Validate: fix build on i686-linux

Fixes #29637.
This commit is contained in:
Frank Doepper 2017-11-24 13:24:31 +01:00 committed by Robert Helgesson
parent 1432906dcf
commit d336e811a1
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -10781,6 +10781,7 @@ let self = _self // overrides; _self = with self; {
};
buildInputs = [ ModuleBuild TestFatal TestRequires ];
propagatedBuildInputs = [ ModuleImplementation ];
perlPreHook = "export LD=$CC";
meta = {
homepage = https://metacpan.org/release/Params-Validate;
description = "Validate method/function parameters";