Commit 59639083 authored by Doron Behar's avatar Doron Behar
Browse files

php8{2,3,4}Extensions.memprof: use judy correctly

parent 0134140d
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -19,7 +19,12 @@ buildPecl {
    hash = "sha256-gq+txAU2Fw+Zm1aIu0lwPUHRqtccNcHFpp0fm3f7BnQ=";
  };

  configureFlags = [ "--with-judy-dir=${judy}" ];
  buildInputs = [
    judy
  ];
  configureFlags = [
    "--with-judy-dir=${lib.getDev judy}"
  ];

  doCheck = true;