mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
victoriametrics: add ldflags
This commit is contained in:
parent
bca87facad
commit
cf5467dfa4
@ -13,6 +13,8 @@ buildGoPackage rec {
|
||||
|
||||
goPackagePath = "github.com/VictoriaMetrics/VictoriaMetrics";
|
||||
|
||||
buildFlagsArray = [ "-ldflags=-s -w -X ${goPackagePath}/lib/buildinfo.Version=${version}" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://victoriametrics.com/";
|
||||
description = "fast, cost-effective and scalable time series database, long-term remote storage for Prometheus";
|
||||
|
Loading…
Reference in New Issue
Block a user