summary refs log tree commit diff
path: root/pkgs/tools/networking/clash
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-04 10:26:27 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-10 16:02:30 +1000
commitcea7cd902eb4cd87f0b8eac9ee08f6cd8b92635f (patch)
tree8f0d94345ec3b0c072b13a2391248772325bb7f5 /pkgs/tools/networking/clash
parentcc06d7a26f247df071c551a980147baff8a75ff7 (diff)
downloadnixpkgs-cea7cd902eb4cd87f0b8eac9ee08f6cd8b92635f.tar
nixpkgs-cea7cd902eb4cd87f0b8eac9ee08f6cd8b92635f.tar.gz
nixpkgs-cea7cd902eb4cd87f0b8eac9ee08f6cd8b92635f.tar.bz2
nixpkgs-cea7cd902eb4cd87f0b8eac9ee08f6cd8b92635f.tar.lz
nixpkgs-cea7cd902eb4cd87f0b8eac9ee08f6cd8b92635f.tar.xz
nixpkgs-cea7cd902eb4cd87f0b8eac9ee08f6cd8b92635f.tar.zst
nixpkgs-cea7cd902eb4cd87f0b8eac9ee08f6cd8b92635f.zip
buildGoModule packages: set doCheck = false
Diffstat (limited to 'pkgs/tools/networking/clash')
-rw-r--r--pkgs/tools/networking/clash/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/networking/clash/default.nix b/pkgs/tools/networking/clash/default.nix
index 17592ec3369..c3647bd4432 100644
--- a/pkgs/tools/networking/clash/default.nix
+++ b/pkgs/tools/networking/clash/default.nix
@@ -14,6 +14,8 @@ buildGoModule rec {
   goPackagePath = "github.com/Dreamacro/clash";
   vendorSha256 = "0ap6wsx23s4q730s6d5cgc4ginh8zj5sd32k0za49fh50v8k8zbh";
 
+  doCheck = false;
+
   buildFlagsArray = [
     "-ldflags="
     "-X ${goPackagePath}/constant.Version=${version}"