summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-11 15:44:24 -0500
committerGitHub <noreply@github.com>2022-12-11 15:44:24 -0500
commitf9642cc68980be59a2a70d876675b4a8a5980535 (patch)
tree831776c6e5414107400449edf5a2e6d17072eeee
parentMerge pull request #205619 from r-ryantm/auto-update/python310Packages.fontmath (diff)
parentwander: remove unused fetchpatch (diff)
downloadnixpkgs-f9642cc68980be59a2a70d876675b4a8a5980535.tar.gz
Merge pull request #205662 from figsoda/wander
wander: remove unused fetchpatch
-rw-r--r--pkgs/tools/admin/wander/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/wander/default.nix b/pkgs/tools/admin/wander/default.nix
index 63335c385f9b..21bfc34ea82e 100644
--- a/pkgs/tools/admin/wander/default.nix
+++ b/pkgs/tools/admin/wander/default.nix
@@ -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 ];