mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
gcloud-golang: mark as broken
This commit is contained in:
parent
b950ec8617
commit
01a874b3cf
@ -619,6 +619,8 @@ let
|
||||
goPackagePath = "google.golang.org/cloud";
|
||||
buildInputs = [ net oauth2 protobuf google-api-go-client grpc ];
|
||||
excludedPackages = "oauth2";
|
||||
|
||||
meta.broken = true;
|
||||
};
|
||||
|
||||
gcloud-golang-compute-metadata = buildGoPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user