buildGoModule packages: remove doCheck = true

This commit is contained in:
zowoq
2020-08-10 16:02:36 +10:00
parent cea7cd902e
commit 264475ce5b
9 changed files with 0 additions and 16 deletions
-2
View File
@@ -14,8 +14,6 @@ buildGoModule rec {
sha256 = "07halr0jzds4rya6hlvp45bjf7vg4yf49w5q60mch05hk8qkjjdw";
};
doCheck = true;
vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
meta = with stdenv.lib; {
-2
View File
@@ -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";