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
@@ -23,6 +23,9 @@ buildGoModule rec {
sha256 = "1csdbyypqwxkfc061pdv7nj52a52b9xxzb6qgxcznd82w7wgfb3g";
};
vendorSha256 = null;
doCheck = false;
outputs = [ "out" "man" ];
nativeBuildInputs = [ installShellFiles pkg-config ];
@@ -15,6 +15,8 @@ buildGoModule rec {
vendorSha256 = "1xbpck1gvzl75xgrajf5yzl199l4f2f6j3mac5586i7b00b9jxqj";
doCheck = false;
meta = with stdenv.lib; {
description = "A command-line tool to run Firecracker microVMs";
homepage = "https://github.com/firecracker-microvm/firectl";
@@ -27,6 +27,8 @@ buildGoModule rec {
vendorSha256 = null;
doCheck = false;
outputs = [ "out" "man" ];
nativeBuildInputs = [ pkg-config go-md2man installShellFiles ];
@@ -18,6 +18,8 @@ buildGoModule rec {
vendorSha256 = null;
doCheck = false;
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
nativeBuildInputs = [ go-md2man installShellFiles ];