Skip to content

Commit

Permalink
perl-Params-Validate: fix build on i686-linux
Browse files Browse the repository at this point in the history
Fixes #29637.
  • Loading branch information
woffs authored and rycee committed Nov 24, 2017
1 parent 1432906 commit d336e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -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";
Expand Down

0 comments on commit d336e81

Please sign in to comment.