From 3a453e0f08301ba2ffcaab132b031ae1e54eede4 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Sun, 9 May 2021 09:56:18 -0300 Subject: [PATCH] linkerd: mark as broken "linkerd" builds but does not output a working application. --- pkgs/applications/networking/cluster/linkerd/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/cluster/linkerd/default.nix b/pkgs/applications/networking/cluster/linkerd/default.nix index 11b62f479c7..0dd6363d07e 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; }; }