3
0
Fork 0
forked from mirrors/nixpkgs

vouch-proxy: disable checkPhase

This commit is contained in:
ajs124 2022-04-13 13:13:07 +01:00 committed by Jörg Thalheim
parent fa8874694f
commit 6a9322064d
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -18,6 +18,9 @@ buildGoModule rec {
"-X main.version=${version}"
];
# broken with go>1.16
doCheck = false;
preCheck = ''
export VOUCH_ROOT=$PWD
'';

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 { };