mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
lego: add ldflags
This commit is contained in:
parent
9864cea8ab
commit
894d777701
@ -18,7 +18,7 @@ buildGoModule rec {
|
||||
subPackages = [ "cmd/lego" ];
|
||||
|
||||
ldflags = [
|
||||
"-X main.version=${version}"
|
||||
"-s" "-w" "-X main.version=${version}"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user