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:
@@ -42,6 +42,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
patches = [
|
||||
./gcloud-path.patch
|
||||
./gsutil-disable-updates.patch
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user