build-pecl: fix strictDeps
phpize from the php package itself is needed in autoreconfPhase
This commit is contained in:
committed by
Sandro Jäckel
parent
a31f38ad20
commit
d7ba1edfb5
@@ -41,7 +41,9 @@ stdenv.mkDerivation (
|
||||
|
||||
inherit src;
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
php
|
||||
autoreconfHook
|
||||
re2c
|
||||
] ++ nativeBuildInputs;
|
||||
|
||||
Reference in New Issue
Block a user