aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/admin/google-cloud-sdk/default.nix
diff options
context:
space:
mode:
authoredef <edef@edef.eu>2020-02-13 11:14:31 +0000
committeredef <edef@edef.eu>2020-02-18 13:31:42 +0000
commit0c403efde9a57c58585a75c1678c08a32e3f877c (patch)
tree59840e5f657faafb4fa42ab2044d3dfce63e94f4 /pkgs/tools/admin/google-cloud-sdk/default.nix
parentf8c8f523a8f6377a3ffe42cb2228d03dad4f30b8 (diff)
google-cloud-sdk: disable checking for gsutil updates
The update checking mechanism references the tests, and thus dbaafbbf73ef5aeb2fa7d5aea73bb32b9d78e4f3 turned it into a crash at startup. It isn't much use in nixpkgs, so we're better off without it.
Diffstat (limited to 'pkgs/tools/admin/google-cloud-sdk/default.nix')
-rw-r--r--pkgs/tools/admin/google-cloud-sdk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/admin/google-cloud-sdk/default.nix b/pkgs/tools/admin/google-cloud-sdk/default.nix
index 07a81a5c5254..93cbb63ce9c9 100644
--- a/pkgs/tools/admin/google-cloud-sdk/default.nix
+++ b/pkgs/tools/admin/google-cloud-sdk/default.nix
@@ -42,6 +42,7 @@ in stdenv.mkDerivation rec {
patches = [
./gcloud-path.patch
+ ./gsutil-disable-updates.patch
];
installPhase = ''