grpcui: add ldflags
This commit is contained in:
parent
3dec516b7d
commit
d263c774e9
@ -13,6 +13,10 @@ buildGoModule rec {
|
|||||||
|
|
||||||
vendorSha256 = "0wih9xvpgqqd82v1pxy5rslrsd6wsl0ys1bi1mf373dnfq5vh5a9";
|
vendorSha256 = "0wih9xvpgqqd82v1pxy5rslrsd6wsl0ys1bi1mf373dnfq5vh5a9";
|
||||||
|
|
||||||
|
subPackages = [ "cmd/grpcui" ];
|
||||||
|
|
||||||
|
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An interactive web UI for gRPC, along the lines of postman";
|
description = "An interactive web UI for gRPC, along the lines of postman";
|
||||||
homepage = "https://github.com/fullstorydev/grpcui";
|
homepage = "https://github.com/fullstorydev/grpcui";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user