Merge pull request #215526 from xlambein/xlambein/google-cloud-sdk-autopatchelf
google-cloud-sdk: add autoPatchElf to components
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user