Skip to content

Commit

Permalink
perl: use makeFullPerlPath (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfangAukang committed Nov 24, 2023
1 parent 1aed986 commit 7ad1c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/language/perl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ with lib;
env = [
(mkIf (cfg.extraPackages != []) {
name = "PERL5LIB";
prefix = pkgs.perlPackages.makePerlPath cfg.extraPackages;
prefix = pkgs.perlPackages.makeFullPerlPath cfg.extraPackages;
})
(mkIf (cfg.libraryPaths != []) {
name = "PERL5LIB";
Expand Down

0 comments on commit 7ad1c41

Please sign in to comment.