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:
Pol Dellaiera
2024-07-16 20:26:03 +02:00
parent d4a44155a4
commit 5a8fa32aff
+1
View File
@@ -548,6 +548,7 @@ in {
{
name = "pdo_odbc";
internalDeps = [ php.extensions.pdo ];
buildInputs = [ unixODBC ];
configureFlags = [ "--with-pdo-odbc=unixODBC,${unixODBC}" ];
doCheck = false;
}