perl-packages: Set perlPackages attr in perlPackages scope
Adopt python's change from https://github.com/NixOS/nixpkgs/pull/61139 There is currently no bug to fix, it just makes the things more consistent and prevents hitting the bug in the future
This commit is contained in:
parent
7261ffc18e
commit
f95dbbce02
|
@ -16,6 +16,7 @@ let
|
||||||
_self = with self; {
|
_self = with self; {
|
||||||
|
|
||||||
inherit perl;
|
inherit perl;
|
||||||
|
perlPackages = self;
|
||||||
|
|
||||||
callPackage = pkgs.newScope self;
|
callPackage = pkgs.newScope self;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue