about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/linkerd/default.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-05-09 09:56:18 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2021-05-09 09:56:18 -0300
commit3a453e0f08301ba2ffcaab132b031ae1e54eede4 (patch)
treedab7ea3d37abf1813ce7289b81ea6a267e6903df /pkgs/applications/networking/cluster/linkerd/default.nix
parente33448aec56cc90bad1e0a627abe2ca94c253bdd (diff)
linkerd: mark as broken
"linkerd" builds but does not output a working application.
Diffstat (limited to 'pkgs/applications/networking/cluster/linkerd/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/linkerd/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/linkerd/default.nix b/pkgs/applications/networking/cluster/linkerd/default.nix
index 11b62f479c78e..0dd6363d07e38 100644
--- a/pkgs/applications/networking/cluster/linkerd/default.nix
+++ b/pkgs/applications/networking/cluster/linkerd/default.nix
@@ -22,5 +22,6 @@ buildGoModule {
     homepage = "https://linkerd.io/";
     license = licenses.asl20;
     maintainers = with maintainers; [ Gonzih ];
+    broken = true;
   };
 }