Merge pull request #116123 from fzakaria/faridzakaria/fix-mysql80

mysql80: downgrade icu to icu67
This commit is contained in:
Mario Rodas
2021-03-12 20:55:16 -05:00
committed by GitHub

View File

@@ -18485,6 +18485,7 @@ in
inherit (darwin.apple_sdk.frameworks) CoreServices;
boost = boost173; # Configure checks for specific version.
protobuf = protobuf3_7;
icu = icu67;
};
mysql_jdbc = callPackage ../servers/sql/mysql/jdbc { };