python310Packages.pyodbc: add unixODBC to nativeBuildInputs

Its executable odbc_config is called in setup.py.
This commit is contained in:
Robert Schütz 2023-02-05 09:39:35 -08:00 committed by Bjørn Forsman
parent 4ff32764e3
commit c114f447ec

View file

@ -18,6 +18,10 @@ buildPythonPackage rec {
hash = "sha256-krmvSOi5KEVbyLlL89oFdR+uwJMqEe7iN8GJxtQ55cg=";
};
nativeBuildInputs = [
unixODBC # for odbc_config
];
buildInputs = [
unixODBC
];