mysql80: fix build on darwin

sw_vers is called during build since 8.0.26

- https://github.com/mysql/mysql-server/commit/83b87ae7f8b0849cca20778ab0e34f2026619c1e

Fixes #132288

(cherry picked from commit 5c452f15af7d11a1609f25ac14b42b82d0185a37)
This commit is contained in:
Jason R. McNeil
2021-08-20 13:59:15 -07:00
parent 1dc32d71d5
commit 698d69b2f5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19474,7 +19474,7 @@ in
};
mysql80 = callPackage ../servers/sql/mysql/8.0.x.nix {
inherit (darwin) cctools developer_cmds;
inherit (darwin) cctools developer_cmds DarwinTools;
inherit (darwin.apple_sdk.frameworks) CoreServices;
boost = boost173; # Configure checks for specific version.
protobuf = protobuf3_7;