Unverified Commit 77855266 authored by Yorick's avatar Yorick Committed by GitHub
Browse files

Merge pull request #215526 from xlambein/xlambein/google-cloud-sdk-autopatchelf

google-cloud-sdk: add autoPatchElf to components
parents adec518c 251f64f1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
, google-cloud-sdk
, system
, snapshotPath
, autoPatchelfHook
, python3
, ...
}:

@@ -159,6 +161,11 @@ let
        # Write the snapshot file to the `.install` folder
        cp $snapshotPath $out/google-cloud-sdk/.install/${pname}.snapshot.json
      '';
      nativeBuildInputs = [
        autoPatchelfHook
        python3
        stdenv.cc.cc
      ];
      passthru = {
        dependencies = filterForSystem dependencies;
      };