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

This commit is contained in:
Artturi 2023-03-03 19:11:33 +02:00 committed by GitHub
commit fc2bfe1cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;