python310Packages.pyodbc: add unixODBC to nativeBuildInputs
Its executable odbc_config is called in setup.py.
This commit is contained in:
parent
4ff32764e3
commit
c114f447ec
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-krmvSOi5KEVbyLlL89oFdR+uwJMqEe7iN8GJxtQ55cg=";
|
hash = "sha256-krmvSOi5KEVbyLlL89oFdR+uwJMqEe7iN8GJxtQ55cg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
unixODBC # for odbc_config
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
unixODBC
|
unixODBC
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue