mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 17:10:48 +00:00
google-cloud-sdk-gce: a version for GCE hosts (depends on google-compute-engine)
This commit is contained in:
parent
886770c6f0
commit
f4c1bcd895
|
@ -2364,6 +2364,7 @@ with pkgs;
|
|||
google-authenticator = callPackage ../os-specific/linux/google-authenticator { };
|
||||
|
||||
google-cloud-sdk = python2.pkgs.google-cloud-sdk;
|
||||
google-cloud-sdk-gce = python2.pkgs.google-cloud-sdk-gce;
|
||||
|
||||
google-fonts = callPackage ../data/fonts/google-fonts { };
|
||||
|
||||
|
|
|
@ -5445,6 +5445,7 @@ in {
|
|||
};
|
||||
|
||||
google-cloud-sdk = callPackage ../tools/admin/google-cloud-sdk { };
|
||||
google-cloud-sdk-gce = callPackage ../tools/admin/google-cloud-sdk { with-gce=true; };
|
||||
|
||||
google-compute-engine = callPackage ../tools/virtualization/google-compute-engine { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue