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.
This commit is contained in:
Eelco Dolstra
2015-08-11 11:52:40 +02:00
parent a6f466065c
commit a5645c5896
2 changed files with 2 additions and 2 deletions
+1 -1
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"
'';
};
+1 -1
View File
@@ -5739,7 +5739,7 @@ let self = _self // overrides; _self = with self; {
};
};
lib = buildPerlPackage {
lib_ = buildPerlPackage {
name = "lib-0.63";
src = fetchurl {
url = mirror://cpan/authors/id/S/SM/SMUELLER/lib-0.63.tar.gz;