buildGoModule packages: remove doCheck = true

gstqt5
zowoq 2020-08-04 10:33:23 +10:00
parent cea7cd902e
commit 264475ce5b
9 changed files with 0 additions and 16 deletions

View File

@ -18,7 +18,6 @@ buildGoModule rec {
make magneticow magneticod
'';
doCheck = true;
checkPhase = ''
make test
'';

View File

@ -17,7 +17,6 @@ buildGoModule rec {
make
'';
doCheck = true;
checkPhase = ''
make test
'';

View File

@ -20,8 +20,6 @@ buildGoModule rec {
--prefix PATH : "${varnish}/bin"
'';
doCheck = true;
passthru.tests = { inherit (nixosTests.prometheus-exporters) varnish; };
meta = {

View File

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "1hrk3h729kcc77fq44kiywmyzk5a78v7bm5d2yl76lfxxdcdric7";
doCheck = true;
# Taken from https://github.com/oauth2-proxy/oauth2-proxy/blob/master/Makefile
buildFlagsArray = ("-ldflags=-X main.VERSION=${version}");

View File

@ -15,8 +15,6 @@ buildGoModule rec {
buildInputs = [ brotli ];
doCheck = true;
subPackages = [ "main/pg" ];
buildFlagsArray = [ "-ldflags=-s -w -X github.com/wal-g/wal-g/cmd/pg.WalgVersion=${version} -X github.com/wal-g/wal-g/cmd/pg.GitRevision=${src.rev}" ];

View File

@ -29,8 +29,6 @@ buildGoModule rec {
fi
'';
doCheck = true;
preInstall = ''
mkdir -p $out/share/fish/{vendor_functions.d,vendor_conf.d}
cp shell/key-bindings.fish $out/share/fish/vendor_functions.d/fzf_key_bindings.fish

View File

@ -17,8 +17,6 @@ buildGoModule rec {
excludedPackages = [ "kobotest" ];
doCheck = true;
meta = with lib; {
description = "EPUB to KEPUB converter";
homepage = "https://pgaskin.net/kepubify";

View File

@ -14,8 +14,6 @@ buildGoModule rec {
sha256 = "07halr0jzds4rya6hlvp45bjf7vg4yf49w5q60mch05hk8qkjjdw";
};
doCheck = true;
vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
meta = with stdenv.lib; {

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";