mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
unixODBCDrivers.mariadb: fix evaluation
... after the parent merge, but the package was broken anyway.
This commit is contained in:
parent
5951fc6361
commit
24805b00c0
@ -37,7 +37,7 @@
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ unixODBC mariadb ];
|
||||
buildInputs = [ unixODBC mariadb.lib ];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DMARIADB_INCLUDE_DIR=${mariadb.lib}/include/mysql"
|
||||
|
Loading…
Reference in New Issue
Block a user