nixpkgs/pkgs/tools/admin/google-cloud-sdk
Andreas Rammhold 4fdbdcede0 google-cloud-sdk: prefer using a pythonEnv vs just a search path
Previously only direct dependencies were available in the python search
path. Transitive dependencies would not be available and thus a few
features would not work due to import errors. Those import errors were
being caugth and gave a (wrong) hint why it wouldn't work. By using
`python.withPackages` instead of the crafted search path with only the
direct dependencies those missing feature should now be working.

See issue #67094 for details on the observed errors.

Fixes #67094
2019-09-09 10:50:12 +02:00
..
alpha__init__.py google-cloud-sdk: enable alpha and beta features 2017-07-03 13:40:33 -04:00
beta__init__.py google-cloud-sdk: enable alpha and beta features 2017-07-03 13:40:33 -04:00
default.nix google-cloud-sdk: prefer using a pythonEnv vs just a search path 2019-09-09 10:50:12 +02:00
gcloud-path.patch google-cloud-sdk: apply kubeconfig: don't store absolute path to gcloud binary 2019-06-14 23:41:43 +02:00