Unverified Commit fc2bfe1c authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #219376 from devusb/google-cloud-sdk

parents b3d8e08a 16f17597
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -162,9 +162,10 @@ let
        cp $snapshotPath $out/google-cloud-sdk/.install/${pname}.snapshot.json
      '';
      nativeBuildInputs = [
        autoPatchelfHook
        python3
        stdenv.cc.cc
      ] ++ lib.optionals stdenv.isLinux [
        autoPatchelfHook
      ];
      passthru = {
        dependencies = filterForSystem dependencies;