forked from mirrors/nixpkgs
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 a new issue