cockroachdb: specify build tag
This commit is contained in:
parent
0fa64b718f
commit
c346789a92
pkgs/servers/sql/cockroachdb
|
@ -14,6 +14,11 @@ buildGoPackage rec {
|
||||||
sha256 = "11camp588vsccxlc138l7x4qws2fj5wpx1177irzayqdng8dilx3";
|
sha256 = "11camp588vsccxlc138l7x4qws2fj5wpx1177irzayqdng8dilx3";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildFlagsArray = ''
|
||||||
|
-ldflags=
|
||||||
|
-X github.com/cockroachdb/cockroach/build.tag=${version}
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs = [ gcc ];
|
buildInputs = [ gcc ];
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
Loading…
Reference in New Issue