build-support/php: remove confusing with self;
This commit is contained in:
parent
e577daf8ba
commit
08e29ab163
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user