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.

(cherry picked from commit d336e81)
  • Loading branch information
woffs authored and rycee committed Nov 24, 2017
1 parent 3ec4511 commit 7f6f0c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -10663,6 +10663,7 @@ let self = _self // overrides; _self = with self; {
};
buildInputs = [ ModuleBuild TestFatal TestRequires ];
propagatedBuildInputs = [ ModuleImplementation ];
perlPreHook = "export LD=$CC";
meta = {
homepage = http://metacpan.org/release/Params-Validate;
description = "Validate method/function parameters";
Expand Down

0 comments on commit 7f6f0c4

Please sign in to comment.