perl-Mail-SPF: fix lib path

This commit is contained in:
Valérian Galliat
2017-09-28 21:54:02 +02:00
committed by Robert Helgesson
parent 80c57fd96a
commit f68b1c1a1c
+1 -1
View File
@@ -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 = {