google-cloud-sdk: move to pkgs/by-name

This commit is contained in:
Olivér Falvai
2025-09-04 10:07:25 +02:00
parent f55cb76ce9
commit ff737fedfc
11 changed files with 2 additions and 5 deletions
@@ -12,7 +12,7 @@
lib,
fetchurl,
makeWrapper,
python3,
python312,
openssl,
jq,
callPackage,
@@ -21,6 +21,7 @@
}:
let
python3 = python312;
# include a compatible pyopenssl version: https://github.com/NixOS/nixpkgs/issues/379291
# remove ASAP: https://github.com/googleapis/google-api-python-client/issues/2554
pythonCustom = python3.override {
-4
View File
@@ -3019,11 +3019,7 @@ with pkgs;
isStereo = true;
};
google-cloud-sdk = callPackage ../tools/admin/google-cloud-sdk {
python3 = python312;
};
google-cloud-sdk-gce = google-cloud-sdk.override {
python3 = python312;
with-gce = true;
};