php: fix build wrt. new postgres.dev build output
Refs commit b0280f598e4b3f6ebf33ad2115734e4735df443a
This commit is contained in:
parent
b303aa0155
commit
2f23a83920
@ -99,12 +99,12 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
postgresql = {
|
postgresql = {
|
||||||
configureFlags = ["--with-pgsql=${postgresql}"];
|
configureFlags = ["--with-pgsql=${postgresql.dev}"];
|
||||||
buildInputs = [ postgresql ];
|
buildInputs = [ postgresql ];
|
||||||
};
|
};
|
||||||
|
|
||||||
pdo_pgsql = {
|
pdo_pgsql = {
|
||||||
configureFlags = ["--with-pdo-pgsql=${postgresql}"];
|
configureFlags = ["--with-pdo-pgsql=${postgresql.dev}"];
|
||||||
buildInputs = [ postgresql ];
|
buildInputs = [ postgresql ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user