php: fix build wrt. new postgres.dev build output
Refs commit b0280f598e
This commit is contained in:
@@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user