Skip to content
Unverified Commit fb24c7c9 authored by aszlig's avatar aszlig
Browse files

nixos/testing: Don't shadow "lib" in makePerlPath.

Regression introduced by 032f0ffd

.

The change doesn't look obvious at the first sight why it may cause
problems with lib.makePerlPath, but it introduces a Perl package called
"lib".

And using "with perlPackages;" uses the Perl library "lib" instead of
the lib attribute set from pkgs.

So let's use pkgs.lib.makePerlPath directly in hope that there won't be
a Perl package anytime soon which is called "pkgs".

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent 4abc4fa9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment