php8{2,3,4}Extensions.memprof: use judy correctly
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user