about summary refs log tree commit diff
path: root/pkgs/tools/text/shfmt
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/shfmt
parentcea7cd902eb4cd87f0b8eac9ee08f6cd8b92635f (diff)
downloadnixlib-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar
nixlib-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar.gz
nixlib-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar.bz2
nixlib-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar.lz
nixlib-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar.xz
nixlib-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.tar.zst
nixlib-264475ce5be9b89e4d5a93b3548e4abdfe7e7fc0.zip
buildGoModule packages: remove doCheck = true
Diffstat (limited to 'pkgs/tools/text/shfmt')
-rw-r--r--pkgs/tools/text/shfmt/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/text/shfmt/default.nix b/pkgs/tools/text/shfmt/default.nix
index 22ac9369bf27..43c945ac7697 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";