mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
google-cloud-sdk: add numpy dependency for IAP performances. (#206105)
For more information see: https://cloud.google.com/iap/docs/using-tcp-forwarding#increasing_the_tcp_upload_bandwidth
This commit is contained in:
parent
a7ab23a022
commit
32abeeae5f
@ -15,6 +15,7 @@ let
|
||||
cryptography
|
||||
openssl
|
||||
crcmod
|
||||
numpy
|
||||
] ++ lib.optional (with-gce) google-compute-engine);
|
||||
|
||||
data = import ./data.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user