treewide: generalise for both mysql & mariadb

This commit is contained in:
Robin Gloster
2017-12-29 02:18:35 +01:00
parent 6903ea6050
commit 572b2bda4e
13 changed files with 23 additions and 21 deletions
+2
View File
@@ -56,7 +56,9 @@ self = stdenv.mkDerivation rec {
'';
passthru = {
client = self;
connector-c = self;
server = self;
mysqlVersion = "5.7";
};