Merge pull request #205662 from figsoda/wander
wander: remove unused fetchpatch
This commit is contained in:
commit
f9642cc689
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ wander, buildGoModule, fetchFromGitHub, fetchpatch, installShellFiles, lib, testers }:
|
||||
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, wander }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "wander";
|
||||
|
@ -13,7 +13,7 @@ buildGoModule rec {
|
|||
|
||||
vendorSha256 = "sha256-iTaZ5/0UrLJ3JE3FwQpvjKKrhqklG4n1WFTJhWfj/rI=";
|
||||
|
||||
ldflags = [ "-X github.com/robinovitch61/wander/cmd.Version=v${version}" ];
|
||||
ldflags = [ "-s" "-w" "-X=github.com/robinovitch61/wander/cmd.Version=v${version}" ];
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue