build-support/php: remove confusing with self;

This commit is contained in:
Pol Dellaiera 2024-05-07 11:17:14 +02:00
parent e577daf8ba
commit 08e29ab163
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -46,7 +46,9 @@
, fetchpatch
}:
lib.makeScope pkgs.newScope (self: with self; {
lib.makeScope pkgs.newScope (self: let
inherit (self) buildPecl callPackage mkExtension php;
in {
buildPecl = callPackage ../build-support/php/build-pecl.nix {
php = php.unwrapped;
};