mariadb: lib -> connector-c

This commit is contained in:
Robin Gloster
2017-12-29 02:18:35 +01:00
parent 9265012de6
commit ee1c85aee9
18 changed files with 62 additions and 25 deletions
@@ -53,7 +53,7 @@ self: super: builtins.intersectAttrs super {
# Use the default version of mysql to build this package (which is actually mariadb).
# test phase requires networking
mysql = dontCheck (super.mysql.override { mysql = pkgs.mysql.lib; });
mysql = dontCheck (super.mysql.override { mysql = pkgs.mysql.connector-c; });
# CUDA needs help finding the SDK headers and libraries.
cuda = overrideCabal super.cuda (drv: {