Let's not have a package named "lib"
See fb24c7c95b
.
The "_" suffix follows the convention of the "if" package.
This commit is contained in:
parent
a6f466065c
commit
a5645c5896
@ -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"
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user