buildGoModule packages: set doCheck = false

This commit is contained in:
zowoq
2020-08-04 10:26:27 +10:00
parent cc06d7a26f
commit cea7cd902e
261 changed files with 546 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ buildGoModule rec {
vendorSha256 = "1f971n17h9bc0qcgs9ipiaw0x9807mz761fqm605br4ch1kp0897";
doCheck = false;
meta = with stdenv.lib; {
description = "A friendly and expressive command shell";
longDescription = ''

View File

@@ -13,6 +13,8 @@ buildGoModule rec {
vendorSha256 = "0z8fma3v2dph8nv3q4lmv43s6p5sc338xb7kcmnpwcc0iw7b4vyj";
doCheck = false;
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
meta = with lib; {

View File

@@ -14,6 +14,9 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
vendorSha256 = "13rc1afds5xg30faqz35haha4kxg73b5nvjirbrkc6kna0vhb54z";
doCheck = false;
goPackagePath = "github.com/b4b4r07/history";
postInstall = ''