Unverified Commit f2c4b2f1 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #314006 from svrana/ctlptl-fix

ctlptl: build only main executable
parents cca1b3f2 37070309
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@ buildGoModule rec {

  nativeBuildInputs = [ installShellFiles ];

  subPackages = [ "cmd/ctlptl" ];

  ldflags = [
    "-s"
    "-w"