Skip to content

Commit 7ad1c41

Browse files
perl: use makeFullPerlPath (#284)
1 parent 1aed986 commit 7ad1c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extra/language/perl.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ with lib;
3232
env = [
3333
(mkIf (cfg.extraPackages != []) {
3434
name = "PERL5LIB";
35-
prefix = pkgs.perlPackages.makePerlPath cfg.extraPackages;
35+
prefix = pkgs.perlPackages.makeFullPerlPath cfg.extraPackages;
3636
})
3737
(mkIf (cfg.libraryPaths != []) {
3838
name = "PERL5LIB";

0 commit comments

Comments
 (0)