We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent bd0b1fe commit e9e037fCopy full SHA for e9e037f
pkgs/top-level/perl-packages.nix
@@ -8264,7 +8264,7 @@ let self = _self // overrides; _self = with self; {
8264
buildInputs = [ ModuleBuild NetDNSResolverProgrammable ];
8265
propagatedBuildInputs = [ Error NetAddrIP NetDNS URI ];
8266
8267
- 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 ";
8268
8269
doCheck = false; # The main test performs network access
8270
meta = {
0 commit comments