Let's not have a package named "lib"

See fb24c7c95b.

The "_" suffix follows the convention of the "if" package.
This commit is contained in:
Eelco Dolstra
2015-08-11 11:52:13 +02:00
parent a6f466065c
commit a5645c5896
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ rec {
wrapProgram $out/bin/nixos-test-driver \
--prefix PATH : "${qemu_kvm}/bin:${vde2}/bin:${netpbm}/bin:${coreutils}/bin" \
--prefix PERL5LIB : "${with perlPackages; pkgs.lib.makePerlPath [ TermReadLineGnu XMLWriter IOTty FileSlurp ]}:$out/lib/perl5/site_perl"
--prefix PERL5LIB : "${with perlPackages; lib.makePerlPath [ TermReadLineGnu XMLWriter IOTty FileSlurp ]}:$out/lib/perl5/site_perl"
'';
};