summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2019-03-01 10:21:10 +0300
committerIzorkin <izorkin@elven.pw>2019-03-01 10:21:10 +0300
commit19b61b98d6568080534de86f0b99e94d11149751 (patch)
tree0bc5aa4f5722b77acf3db141d7ad09af3e955913 /pkgs
parentc915e479b9a60f40725f83170660b00f0b71ffc1 (diff)
downloadnixpkgs-19b61b98d6568080534de86f0b99e94d11149751.tar
nixpkgs-19b61b98d6568080534de86f0b99e94d11149751.tar.gz
nixpkgs-19b61b98d6568080534de86f0b99e94d11149751.tar.bz2
nixpkgs-19b61b98d6568080534de86f0b99e94d11149751.tar.lz
nixpkgs-19b61b98d6568080534de86f0b99e94d11149751.tar.xz
nixpkgs-19b61b98d6568080534de86f0b99e94d11149751.tar.zst
nixpkgs-19b61b98d6568080534de86f0b99e94d11149751.zip
datadog-agent: update sub-packages
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/dd-agent/6.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/dd-agent/6.nix b/pkgs/tools/networking/dd-agent/6.nix
index 944ba604ece..30071e985a0 100644
--- a/pkgs/tools/networking/dd-agent/6.nix
+++ b/pkgs/tools/networking/dd-agent/6.nix
@@ -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}";