treewide: fixup various mysql ocurrences after re-split

This commit is contained in:
Vladimír Čunát
2016-08-07 20:46:37 +02:00
parent 9a072482e6
commit 950feb70b2
15 changed files with 27 additions and 31 deletions
@@ -107,7 +107,7 @@ let
};
mysql = {
configureFlags = ["--with-mysql=${mysql.lib}"];
configureFlags = ["--with-mysql"];
buildInputs = [ mysql.lib ];
};