google-cloud-sdk: move to pkgs/by-name
This commit is contained in:
+2
-1
@@ -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 {
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user