summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-04 10:33:23 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-10 16:02:36 +1000
commit264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0 (patch)
treeb3e6560d7b94fc1a008004463f741626799f7ccc /pkgs/tools/text
parentcea7cd902eb4cd87f0b8eac9ee08f6cd8b92635f (diff)
downloadnixpkgs-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar
nixpkgs-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar.gz
nixpkgs-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar.bz2
nixpkgs-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar.lz
nixpkgs-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar.xz
nixpkgs-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar.zst
nixpkgs-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.zip
buildGoModule packages: remove doCheck = true
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/gjo/default.nix2
-rw-r--r--pkgs/tools/text/shfmt/default.nix2
2 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/tools/text/gjo/default.nix b/pkgs/tools/text/gjo/default.nix
index fcca9aace2f..28af709c30e 100644
--- a/pkgs/tools/text/gjo/default.nix
+++ b/pkgs/tools/text/gjo/default.nix
@@ -14,8 +14,6 @@ buildGoModule rec {
     sha256 = "07halr0jzds4rya6hlvp45bjf7vg4yf49w5q60mch05hk8qkjjdw";
   };
 
-  doCheck = true;
-
   vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
 
   meta = with stdenv.lib; {
diff --git a/pkgs/tools/text/shfmt/default.nix b/pkgs/tools/text/shfmt/default.nix
index 22ac9369bf2..43c945ac769 100644
--- a/pkgs/tools/text/shfmt/default.nix
+++ b/pkgs/tools/text/shfmt/default.nix
@@ -17,8 +17,6 @@ buildGoModule rec {
 
   buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
 
-  doCheck = true;
-
   meta = with lib; {
     homepage = "https://github.com/mvdan/sh";
     description = "A shell parser and formatter";