Merge pull request #34634 from dtzWill/fix/grv-version
grv: pass in version, fix "grv -version" to at least include that
This commit is contained in:
@@ -18,6 +18,8 @@ buildGoPackage {
|
|||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildFlagsArray = [ "-ldflags=" "-X main.version=${version}" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = " GRV is a terminal interface for viewing git repositories";
|
description = " GRV is a terminal interface for viewing git repositories";
|
||||||
homepage = https://github.com/rgburke/grv;
|
homepage = https://github.com/rgburke/grv;
|
||||||
|
|||||||
Reference in New Issue
Block a user