Merge pull request #61141 from volth/patch-333

perl-packages: Set perlPackages attr in perlPackages scope
This commit is contained in:
adisbladis 2019-08-07 08:55:18 +01:00 committed by GitHub
commit 965d055cbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ let
_self = with self; {
inherit perl;
perlPackages = self;
callPackage = pkgs.newScope self;