google-cloud-sdk-gce: override python to 3.8
As the pytohn passed in py default seems to brreak the `boto` dependency.
This commit is contained in:
@@ -5528,7 +5528,10 @@ with pkgs;
|
||||
google-cloud-sdk = callPackage ../tools/admin/google-cloud-sdk {
|
||||
python = python3;
|
||||
};
|
||||
google-cloud-sdk-gce = google-cloud-sdk.override { with-gce = true; };
|
||||
google-cloud-sdk-gce = google-cloud-sdk.override {
|
||||
python = python38;
|
||||
with-gce = true;
|
||||
};
|
||||
|
||||
google-fonts = callPackage ../data/fonts/google-fonts { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user