mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
mysql80: downgrade icu to icu67
This commit is contained in:
parent
c5147860e2
commit
2e3e184d8a
@ -18481,6 +18481,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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user