buildGoModule packages: set doCheck = false

This commit is contained in:
zowoq
2020-08-10 16:02:30 +10:00
parent cc06d7a26f
commit cea7cd902e
261 changed files with 546 additions and 2 deletions
@@ -13,6 +13,8 @@ buildGoModule rec {
vendorSha256 = "1xq1n583p0a3j78afprm2hk5f1hchdrx4vvphml95rv9786vjbcc";
doCheck = false;
nativeBuildInputs = [ installShellFiles ];
buildPhase = ''
@@ -13,6 +13,8 @@ buildGoModule rec {
vendorSha256 = "0gll132g111vn1hdmdjpkha9rbyppz0qj1ld89gwlk2mqd57jxkd";
doCheck = false;
buildFlagsArray = ''
-ldflags=
-X=main.Version=${version}
@@ -15,6 +15,8 @@ buildGoModule rec {
vendorSha256 = "0c8b47lj4wl3s21lm0vx4z7hznylm8c4fb8b8gxm278kn3zys607";
doCheck = false;
buildFlagsArray = ''
-ldflags=
-X ${goPackagePath}/commands.GitCommit=${rev}
@@ -13,6 +13,8 @@ buildGoModule rec {
vendorSha256 = "1ccwbhzwys8sl3m2rs2lp70snzsi2a0ahnnq8kn15rrlvsv5qahf";
doCheck = false;
meta = with lib; {
description = "Keep the content for your git submodules all in one place: the parent repo";
homepage = "https://github.com/apenwarr/git-subtrac";
@@ -15,6 +15,8 @@ buildGoModule rec {
vendorSha256 = "1lrmafvv5zfn9kc0p8g5vdz351n1zbaqwhwk861fxys0rdpqskyc";
doCheck = false;
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
postInstall = ''
@@ -13,6 +13,8 @@ buildGoModule rec {
vendorSha256 = "1pdrw4vwbj9cka2pjbjvxviigfvnrf8sgws27ixwwiblbkj4isc8";
doCheck = false;
meta = with stdenv.lib; {
description = "Fast and powerful Git hooks manager for any type of projects";
homepage = "https://github.com/Arkweid/lefthook";