Merge pull request #29794 from stesie/php-postgres
php: fix build wrt. new postgres.dev build output
This commit is contained in:
commit
9c55fb146d
@ -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