vouch-proxy: disable checkPhase

This commit is contained in:
ajs124
2022-05-22 13:47:12 +00:00
committed by Jörg Thalheim
parent fa8874694f
commit 6a9322064d
2 changed files with 4 additions and 3 deletions
+3
View File
@@ -18,6 +18,9 @@ buildGoModule rec {
"-X main.version=${version}"
];
# broken with go>1.16
doCheck = false;
preCheck = ''
export VOUCH_ROOT=$PWD
'';
+1 -3
View File
@@ -22659,9 +22659,7 @@ with pkgs;
uxplay = callPackage ../servers/uxplay { };
vouch-proxy = callPackage ../servers/vouch-proxy {
buildGoModule = buildGo116Module;
};
vouch-proxy = callPackage ../servers/vouch-proxy { };
victoriametrics = callPackage ../servers/nosql/victoriametrics { };