summary refs log tree commit diff
path: root/pkgs/tools/networking/oneshot
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/oneshot
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/oneshot')
-rw-r--r--pkgs/tools/networking/oneshot/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/networking/oneshot/default.nix b/pkgs/tools/networking/oneshot/default.nix
index d087e92f056..223a3fbdf55 100644
--- a/pkgs/tools/networking/oneshot/default.nix
+++ b/pkgs/tools/networking/oneshot/default.nix
@@ -14,6 +14,8 @@ buildGoModule rec {
   goPackagePath = "github.com/raphaelreyna/oneshot";
   vendorSha256 = "0v53dsj0w959pmvk6v1i7rwlfd2y0vrghxlwkgidw0sf775qpgvy";
 
+  doCheck = false;
+
   subPackages = [ "." ];
 
   meta = with lib; {