mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
luaPackages.luadbi-mysql: Fix linking issue
This commit is contained in:
parent
6675589d6d
commit
460217d022
@ -137,8 +137,9 @@ with super;
|
||||
|
||||
luadbi-mysql = super.luadbi-mysql.override({
|
||||
extraVariables = ''
|
||||
-- Can't just be /include, unfortunately
|
||||
-- Can't just be /include and /lib, unfortunately needs the trailing 'mysql'
|
||||
MYSQL_INCDIR='${pkgs.mysql.connector-c}/include/mysql';
|
||||
MYSQL_LIBDIR='${pkgs.mysql.connector-c}/lib/mysql';
|
||||
'';
|
||||
buildInputs = [
|
||||
pkgs.mysql.client
|
||||
|
Loading…
Reference in New Issue
Block a user