1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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"
'';
};

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;