Merge pull request #97864 from doronbehar/pkg/shadowfox
shadowfox: Add ldflags
This commit is contained in:
commit
a9fe5fa39f
@ -15,7 +15,9 @@ buildGoModule rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
buildFlags = [ "--tags" "release" ];
|
||||
buildFlagsArray = [
|
||||
"-ldflags=-X main.tag=v${version}"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''
|
||||
|
Loading…
Reference in New Issue
Block a user