mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
godns: add missing ldflags
This commit is contained in:
parent
dac0fabd5e
commit
09af1585ca
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ buildGoModule rec {
|
|||
# Some tests require internet access, broken in sandbox
|
||||
doCheck = false;
|
||||
|
||||
ldflags = [ "-X main.Version=${version}" ];
|
||||
ldflags = [ "-s" "-w" "-X main.Version=${version}" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A dynamic DNS client tool supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc";
|
||||
|
|
Loading…
Reference in a new issue