google-cloud-sdk: disable checking for gsutil updates

The update checking mechanism references the tests, and thus
dbaafbbf73 turned it into a crash at
startup.

It isn't much use in nixpkgs, so we're better off without it.
This commit is contained in:
edef
2020-02-18 13:31:42 +00:00
parent f8c8f523a8
commit 0c403efde9
2 changed files with 51 additions and 0 deletions
@@ -42,6 +42,7 @@ in stdenv.mkDerivation rec {
patches = [
./gcloud-path.patch
./gsutil-disable-updates.patch
];
installPhase = ''