elvish: fix building unusable executable

Two executables with conflicting names were build where the latter one
will not start the interactive shell.
This commit is contained in:
Andreas Fehn 2022-01-01 22:52:20 +01:00
parent 08322e6c6d
commit 54e83f150d

View File

@ -4,7 +4,7 @@ buildGoModule rec {
pname = "elvish";
version = "0.17.0";
excludedPackages = [ "website" ];
subPackages = [ "cmd/elvish" ];
ldflags = [ "-s" "-w" "-X github.com/elves/elvish/pkg/buildinfo.Version==${version}" "-X github.com/elves/elvish/pkg/buildinfo.Reproducible=true" ];