mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
influxdb: make it know what version it is
This commit is contained in:
parent
f62c87b45f
commit
fd680f162c
@ -11,6 +11,10 @@ buildGoPackage rec {
|
||||
sha256 = "048ap70hdfkxhy0y8q1jsb0lql1i99jnf3cqaqar6qs2ynzsw9hd";
|
||||
};
|
||||
|
||||
buildFlagsArray = [ ''-ldflags=
|
||||
-X main.version=${version}
|
||||
'' ];
|
||||
|
||||
goPackagePath = "github.com/influxdata/influxdb";
|
||||
|
||||
excludedPackages = "test";
|
||||
|
Loading…
Reference in New Issue
Block a user