wander: remove unused fetchpatch

This commit is contained in:
figsoda 2022-12-11 13:35:32 -05:00
parent 595c5a2c07
commit 9d32b64dee

View file

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