unixODBCDrivers.mariadb: fix evaluation

... after the parent merge, but the package was broken anyway.
This commit is contained in:
Vladimír Čunát 2016-08-07 22:32:35 +02:00
parent 5951fc6361
commit 24805b00c0

View File

@ -37,7 +37,7 @@
};
nativeBuildInputs = [ cmake ];
buildInputs = [ unixODBC mariadb ];
buildInputs = [ unixODBC mariadb.lib ];
cmakeFlags = [
"-DMARIADB_INCLUDE_DIR=${mariadb.lib}/include/mysql"