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({
|
luadbi-mysql = super.luadbi-mysql.override({
|
||||||
extraVariables = {
|
extraVariables = {
|
||||||
# Can't just be /include and /lib, unfortunately needs the trailing 'mysql'
|
# 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";
|
MYSQL_LIBDIR="${pkgs.libmysqlclient}/lib/mysql";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user