Skip to content

Commit e9e037f

Browse files
valeriangalliatrycee
authored andcommittedSep 28, 2017
perl-Mail-SPF: fix lib path
(cherry picked from commit f68b1c1)
1 parent bd0b1fe commit e9e037f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkgs/top-level/perl-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -8264,7 +8264,7 @@ let self = _self // overrides; _self = with self; {
82648264
buildInputs = [ ModuleBuild NetDNSResolverProgrammable ];
82658265
propagatedBuildInputs = [ Error NetAddrIP NetDNS URI ];
82668266

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

82698269
doCheck = false; # The main test performs network access
82708270
meta = {

0 commit comments

Comments
 (0)
Please sign in to comment.