Skip to content

Commit

Permalink
perl-Mail-SPF: fix lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat authored and rycee committed Sep 28, 2017
1 parent 80c57fd commit f68b1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/perl-packages.nix
Expand Up @@ -8329,7 +8329,7 @@ let self = _self // overrides; _self = with self; {
buildInputs = [ ModuleBuild NetDNSResolverProgrammable ];
propagatedBuildInputs = [ Error NetAddrIP NetDNS URI ];

buildPhase = "perl Build.PL --install_base=$out --install_path=\"sbin=$out/bin\"; ./Build build ";
buildPhase = "perl Build.PL --install_base=$out --install_path=\"sbin=$out/bin\" --install_path=\"lib=$out/lib/perl5/site_perl\"; ./Build build ";

doCheck = false; # The main test performs network access
meta = {
Expand Down

0 comments on commit f68b1c1

Please sign in to comment.