mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
Merge pull request #112104 from Mic92/nebula
nebula: fix internal build version
This commit is contained in:
commit
9644af1b77
@ -17,7 +17,7 @@ buildGoModule rec {
|
||||
|
||||
subPackages = [ "cmd/nebula" "cmd/nebula-cert" ];
|
||||
|
||||
buildFlagsArray = [ "-ldflags='-X main.Build=${version}'" ];
|
||||
buildFlagsArray = [ "-ldflags=" "-X main.Build=${version}" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A scalable overlay networking tool with a focus on performance, simplicity and security";
|
||||
|
Loading…
Reference in New Issue
Block a user