Unverified Commit 0bf614d9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

istioctl: remove nested list on ldflags (#465297)

parents 6c16b7ce c1f1b2d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@ buildGoModule rec {
    [
      "-s"
      "-w"
      "${lib.concatMapStringsSep " " (attr: "-X ${attr}") attrs}"
    ];
    ]
    ++ map (attr: "-X ${attr}") attrs;

  subPackages = [ "istioctl/cmd/istioctl" ];