Unverified Commit 40d75b2a authored by Aaron Jheng's avatar Aaron Jheng
Browse files

mysql-shell: fix build

parent 1435a441
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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