mysql-shell-innovation: fix build
This commit is contained in:
@@ -523,7 +523,7 @@ with pkgs;
|
|||||||
protobuf = protobuf_25.override {
|
protobuf = protobuf_25.override {
|
||||||
abseil-cpp = abseil-cpp_202407;
|
abseil-cpp = abseil-cpp_202407;
|
||||||
};
|
};
|
||||||
stdenv = if stdenv.hostPlatform.isDarwin then llvmPackages_19.stdenv else stdenv;
|
stdenv = if stdenv.cc.isClang then llvmPackages_19.stdenv else stdenv;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
mysql-shell_8
|
mysql-shell_8
|
||||||
@@ -535,6 +535,7 @@ with pkgs;
|
|||||||
protobuf = protobuf_25.override {
|
protobuf = protobuf_25.override {
|
||||||
abseil-cpp = abseil-cpp_202407;
|
abseil-cpp = abseil-cpp_202407;
|
||||||
};
|
};
|
||||||
|
stdenv = if stdenv.cc.isClang then llvmPackages_19.stdenv else stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
# this is used by most `fetch*` functions
|
# this is used by most `fetch*` functions
|
||||||
|
|||||||
Reference in New Issue
Block a user