mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
php84Extensions.pdo_odbc: add unixODBC
buildInput
Since this commit, the `buildInputs` is required now:
6635948b7a
(cherry picked from commit 5073ae476cb9c95234075ce7709a78029437ba81)
This commit is contained in:
parent
d4a44155a4
commit
5a8fa32aff
@ -548,6 +548,7 @@ in {
|
||||
{
|
||||
name = "pdo_odbc";
|
||||
internalDeps = [ php.extensions.pdo ];
|
||||
buildInputs = [ unixODBC ];
|
||||
configureFlags = [ "--with-pdo-odbc=unixODBC,${unixODBC}" ];
|
||||
doCheck = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user