Revert "Merge branch 'staging-next'"
This reverts commit41af38f372, reversing changes made tof0fec244ca. Let's delay this. We have some serious regressions.
This commit is contained in:
@@ -154,12 +154,12 @@ 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_LIBDIR='${pkgs.libmysqlclient}/lib/mysql';
|
||||
MYSQL_INCDIR='${pkgs.mysql.connector-c}/include/mysql';
|
||||
MYSQL_LIBDIR='${pkgs.mysql.connector-c}/lib/mysql';
|
||||
'';
|
||||
buildInputs = [
|
||||
pkgs.mysql.client
|
||||
pkgs.libmysqlclient
|
||||
pkgs.mysql.connector-c
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user