php84Extensions.pdo_odbc: add unixODBC buildInput
Since this commit, the `buildInputs` is required now: https://github.com/php/php-src/commit/6635948b7ab709a488fc686dabd160b617ed7984 (cherry picked from commit 5073ae476cb9c95234075ce7709a78029437ba81)
This commit is contained in:
@@ -548,6 +548,7 @@ in {
|
||||
{
|
||||
name = "pdo_odbc";
|
||||
internalDeps = [ php.extensions.pdo ];
|
||||
buildInputs = [ unixODBC ];
|
||||
configureFlags = [ "--with-pdo-odbc=unixODBC,${unixODBC}" ];
|
||||
doCheck = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user