mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
wails: remove superfluous doCheck = true
This commit is contained in:
parent
72971389b8
commit
c1eee44c97
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user