mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
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:
parent
08322e6c6d
commit
54e83f150d
@ -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…
Reference in New Issue
Block a user