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

This commit is contained in:
Doron Behar
2026-01-26 13:42:43 +02:00
parent 0134140d9e
commit 596390832b
@@ -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;