forked from mirrors/nixpkgs
Merge pull request #153110 from fehnomenal/elvish-correct-executable
elvish: fix building unusable executable
This commit is contained in:
commit
d1b49d1d02
|
@ -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 a new issue