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