Unverified Commit 08e29ab1 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

build-support/php: remove confusing `with self;`

parent e577daf8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;
  };