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