summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-06-19 19:52:44 -0300
committerGitHub <noreply@github.com>2021-06-19 19:52:44 -0300
commitd075214de99f2e58417f81353d456272857f6553 (patch)
tree639c927bc9dde1f0b28f33a849cc201bba71639a
parentUpdate pkgs/applications/networking/cluster/linkerd/default.nix (diff)
downloadnixpkgs-origin/backport-127130-to-release-21.05.tar.gz
Update pkgs/applications/networking/cluster/linkerd/default.nixorigin/backport-127130-to-release-21.05
Co-authored-by: jnetod <49963580+jnetod@users.noreply.github.com>
-rw-r--r--pkgs/applications/networking/cluster/linkerd/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/applications/networking/cluster/linkerd/default.nix b/pkgs/applications/networking/cluster/linkerd/default.nix
index ef88a3c79dbe..07c042bc9c0c 100644
--- a/pkgs/applications/networking/cluster/linkerd/default.nix
+++ b/pkgs/applications/networking/cluster/linkerd/default.nix
@@ -26,15 +26,6 @@ let generic = { channel, version, sha256, vendorSha256 }:
env GOFLAGS="" go generate ./viz/static
'';
- buildFlagsArray = [
- "-tags=prod"
- ];
-
- ldflags = [
- "-s" "-w"
- "-X github.com/linkerd/linkerd2/pkg/version.Version=${src.rev}"
- ];
-
nativeBuildInputs = [ installShellFiles ];
postInstall = ''