Let's not have a package named "lib"

See https://github.com/NixOS/nixpkgs/commit/fb24c7c95b586678c2b65e6751a7797844c44e28.

The "_" suffix follows the convention of the "if" package.

+2 -2
+1 -1
nixos/lib/testing.nix
··· 28 28 29 29 wrapProgram $out/bin/nixos-test-driver \ 30 30 --prefix PATH : "${qemu_kvm}/bin:${vde2}/bin:${netpbm}/bin:${coreutils}/bin" \ 31 - --prefix PERL5LIB : "${with perlPackages; pkgs.lib.makePerlPath [ TermReadLineGnu XMLWriter IOTty FileSlurp ]}:$out/lib/perl5/site_perl" 31 + --prefix PERL5LIB : "${with perlPackages; lib.makePerlPath [ TermReadLineGnu XMLWriter IOTty FileSlurp ]}:$out/lib/perl5/site_perl" 32 32 ''; 33 33 }; 34 34
+1 -1
pkgs/top-level/perl-packages.nix
··· 5739 5739 }; 5740 5740 }; 5741 5741 5742 - lib = buildPerlPackage { 5742 + lib_ = buildPerlPackage { 5743 5743 name = "lib-0.63"; 5744 5744 src = fetchurl { 5745 5745 url = mirror://cpan/authors/id/S/SM/SMUELLER/lib-0.63.tar.gz;