mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
elvish: provide the compiled version
Without this fix, `elvish -version` displays "unknown"
This commit is contained in:
parent
3cb5b46e02
commit
9d49cf1808
@ -6,6 +6,10 @@ buildGoPackage rec {
|
||||
|
||||
goPackagePath = "github.com/elves/elvish";
|
||||
excludedPackages = [ "website" ];
|
||||
buildFlagsArray = ''
|
||||
-ldflags=
|
||||
-X ${goPackagePath}/buildinfo.Version=${version}
|
||||
'';
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "elvish";
|
||||
|
Loading…
Reference in New Issue
Block a user