mysql-shell: fix build

This commit is contained in:
Aaron Jheng
2025-10-15 11:17:52 +08:00
parent 1435a441d6
commit 40d75b2ab3

View File

@@ -523,6 +523,7 @@ with pkgs;
protobuf = protobuf_25.override {
abseil-cpp = abseil-cpp_202407;
};
stdenv = if stdenv.hostPlatform.isDarwin then llvmPackages_19.stdenv else stdenv;
};
})
mysql-shell_8