build-pecl: fix strictDeps

phpize from the php package itself is needed in autoreconfPhase
This commit is contained in:
Olivér Falvai
2024-12-04 20:42:38 +01:00
committed by Sandro Jäckel
parent a31f38ad20
commit d7ba1edfb5
+2
View File
@@ -41,7 +41,9 @@ stdenv.mkDerivation (
inherit src;
strictDeps = true;
nativeBuildInputs = [
php
autoreconfHook
re2c
] ++ nativeBuildInputs;