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

google-cloud-sdk: add autoPatchElf to components
This commit is contained in:
Yorick
2023-02-28 10:21:12 +01:00
committed by GitHub
@@ -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;
};