luadbi-mysql: fix libmysqlclient include path
This commit is contained in:
parent
3510a5f13c
commit
52c9fbc835
@ -169,7 +169,7 @@ with super;
|
||||
luadbi-mysql = super.luadbi-mysql.override({
|
||||
extraVariables = {
|
||||
# Can't just be /include and /lib, unfortunately needs the trailing 'mysql'
|
||||
MYSQL_INCDIR="${pkgs.libmysqlclient}/include/mysql";
|
||||
MYSQL_INCDIR="${pkgs.libmysqlclient.dev}/include/mysql";
|
||||
MYSQL_LIBDIR="${pkgs.libmysqlclient}/lib/mysql";
|
||||
};
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user