datadog-agent: update sub-packages

This commit is contained in:
Izorkin 2019-03-01 10:21:10 +03:00
parent c915e479b9
commit 19b61b98d6

View file

@ -18,10 +18,10 @@ in buildGoPackage rec {
subPackages = [
"cmd/agent"
"cmd/cluster-agent"
"cmd/dogstatsd"
"cmd/py-launcher"
# Does not compile: go/src/github.com/DataDog/datadog-agent/cmd/cluster-agent/main.go:31:12: undefined: app.ClusterAgentCmd
#"cmd/cluster-agent"
"cmd/trace-agent"
];
goDeps = ./deps.nix;
goPackagePath = "github.com/${owner}/${repo}";