We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aed986 commit 7ad1c41Copy full SHA for 7ad1c41
1 file changed
extra/language/perl.nix
@@ -32,7 +32,7 @@ with lib;
32
env = [
33
(mkIf (cfg.extraPackages != []) {
34
name = "PERL5LIB";
35
- prefix = pkgs.perlPackages.makePerlPath cfg.extraPackages;
+ prefix = pkgs.perlPackages.makeFullPerlPath cfg.extraPackages;
36
})
37
(mkIf (cfg.libraryPaths != []) {
38
0 commit comments