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
|
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;
|
||||||
|
|
Loading…
Reference in a new issue