Merge pull request #116123 from fzakaria/faridzakaria/fix-mysql80
mysql80: downgrade icu to icu67
This commit is contained in:
commit
cf0dd74db3
@ -18485,6 +18485,7 @@ in
|
|||||||
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
||||||
boost = boost173; # Configure checks for specific version.
|
boost = boost173; # Configure checks for specific version.
|
||||||
protobuf = protobuf3_7;
|
protobuf = protobuf3_7;
|
||||||
|
icu = icu67;
|
||||||
};
|
};
|
||||||
|
|
||||||
mysql_jdbc = callPackage ../servers/sql/mysql/jdbc { };
|
mysql_jdbc = callPackage ../servers/sql/mysql/jdbc { };
|
||||||
|
Loading…
Reference in New Issue
Block a user