aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/curlie
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/curlie
parentcc06d7a26f247df071c551a980147baff8a75ff7 (diff)
buildGoModule packages: set doCheck = false
Diffstat (limited to 'pkgs/tools/networking/curlie')
-rw-r--r--pkgs/tools/networking/curlie/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/networking/curlie/default.nix b/pkgs/tools/networking/curlie/default.nix
index 334202f7f8b3..b2c4d46a8ce9 100644
--- a/pkgs/tools/networking/curlie/default.nix
+++ b/pkgs/tools/networking/curlie/default.nix
@@ -13,6 +13,8 @@ buildGoModule rec {
vendorSha256 = "1mxgf004czf65a2mv99gfp27g98xhllmfcz4ynfv66nfkbfz6a8n";
+ doCheck = false;
+
meta = with lib; {
description = "Curlie is a frontend to curl that adds the ease of use of httpie, without compromising on features and performance";
homepage = "https://curlie.io/";