mysql-shell: fix build on darwin (#452143)

This commit is contained in:
Aleksana
2025-11-17 02:16:09 +00:00
committed by GitHub

View File

@@ -519,6 +519,7 @@ with pkgs;
protobuf = protobuf_25.override {
abseil-cpp = abseil-cpp_202407;
};
stdenv = if stdenv.cc.isClang then llvmPackages_19.stdenv else stdenv;
};
})
mysql-shell_8
@@ -530,6 +531,7 @@ with pkgs;
protobuf = protobuf_25.override {
abseil-cpp = abseil-cpp_202407;
};
stdenv = if stdenv.cc.isClang then llvmPackages_19.stdenv else stdenv;
};
# this is used by most `fetch*` functions