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 cp $snapshotPath $out/google-cloud-sdk/.install/${pname}.snapshot.json
''; '';
nativeBuildInputs = [ nativeBuildInputs = [
autoPatchelfHook
python3 python3
stdenv.cc.cc stdenv.cc.cc
] ++ lib.optionals stdenv.isLinux [
autoPatchelfHook
]; ];
passthru = { passthru = {
dependencies = filterForSystem dependencies; dependencies = filterForSystem dependencies;