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:
Pol Dellaiera 2024-07-16 08:39:38 +02:00
parent d4a44155a4
commit 5a8fa32aff
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -548,6 +548,7 @@ in {
{
name = "pdo_odbc";
internalDeps = [ php.extensions.pdo ];
buildInputs = [ unixODBC ];
configureFlags = [ "--with-pdo-odbc=unixODBC,${unixODBC}" ];
doCheck = false;
}