Unverified Commit cb95077c authored by Aaron Jheng's avatar Aaron Jheng
Browse files

mysql-shell-innovation: fix build

parent 40d75b2a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -523,7 +523,7 @@ with pkgs;
        protobuf = protobuf_25.override {
          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
@@ -535,6 +535,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