elvish: fix building unusable executable

Two executables with conflicting names were build where the latter one
will not start the interactive shell.
main
Andreas Fehn 2 years ago
parent 08322e6c6d
commit 54e83f150d
  1. 2
      pkgs/shells/elvish/default.nix

@ -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" ];

Loading…
Cancel
Save