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:
Andreas Rammhold 2018-02-07 21:40:57 +00:00 committed by GitHub
commit dc89752154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ buildGoPackage {
fetchSubmodules = true;
};
buildFlagsArray = [ "-ldflags=" "-X main.version=${version}" ];
meta = with stdenv.lib; {
description = " GRV is a terminal interface for viewing git repositories";
homepage = https://github.com/rgburke/grv;