wails: remove superfluous doCheck = true

This commit is contained in:
Winter 2022-07-25 18:51:33 -04:00
parent 72971389b8
commit c1eee44c97

View File

@ -66,8 +66,6 @@ buildGoModule rec {
--set CGO_LDFLAGS "-L${lib.makeLibraryPath [ zlib ]}"
'';
doCheck = true;
meta = with lib; {
description = "Build applications using Go + HTML + CSS + JS";
homepage = "https://wails.io";