tora: fix build after libmysqlclient -> mariadb

This commit is contained in:
K900 2023-06-10 13:30:43 +03:00
parent 00682408b1
commit 33196af13e

View file

@ -40,9 +40,7 @@ mkDerivation {
];
# these libraries are only searched for at runtime so we need to force-link them
NIX_LDFLAGS = "-lgvc -lmysqlclient -lecpg -lssl";
env.NIX_CFLAGS_COMPILE = "-L${libmysqlclient}/lib/mysql -I${libmysqlclient}/include/mysql";
NIX_LDFLAGS = "-lgvc -lmysqlclient -lecpg -lssl -L${libmysqlclient}/lib/mariadb";
qtWrapperArgs = [
''--prefix PATH : ${lib.getBin graphviz}/bin''