Commit 16f17597 authored by Morgan Helton's avatar Morgan Helton
Browse files

google-cloud-sdk: only use autoPatchelf on Linux

parent a08d6979
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;