Merge pull request #219376 from devusb/google-cloud-sdk
This commit is contained in:
commit
fc2bfe1cdc
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue