1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #153110 from fehnomenal/elvish-correct-executable

elvish: fix building unusable executable
This commit is contained in:
Anderson Torres 2022-01-02 10:37:28 -03:00 committed by GitHub
commit d1b49d1d02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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