mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
google-compute-engine: refactor to use python3
This commit is contained in:
parent
718d8bf976
commit
4fe0ea478a
@ -4240,7 +4240,7 @@ in
|
||||
|
||||
google-clasp = callPackage ../development/misc/google-clasp { };
|
||||
|
||||
google-compute-engine = python2.pkgs.google-compute-engine;
|
||||
google-compute-engine = with python3.pkgs; toPythonApplication google-compute-engine;
|
||||
|
||||
google-compute-engine-oslogin = callPackage ../tools/virtualization/google-compute-engine-oslogin { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user