about summary refs log tree commit diff
path: root/pkgs/development/tools/wails
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2022-07-25 18:51:33 -0400
committerWinter <winter@winter.cafe>2022-07-25 18:51:33 -0400
commitc1eee44c97a161e22e994b05eb5af4ee66f69b36 (patch)
tree414f954613f13f3d9b3b68782fbb861d4fbe7d01 /pkgs/development/tools/wails
parent72971389b899bea45dde198f254faf07438dde16 (diff)
wails: remove superfluous `doCheck = true`
Diffstat (limited to 'pkgs/development/tools/wails')
-rw-r--r--pkgs/development/tools/wails/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/tools/wails/default.nix b/pkgs/development/tools/wails/default.nix
index a779c571bf2a9..2ff94ae2d7440 100644
--- a/pkgs/development/tools/wails/default.nix
+++ b/pkgs/development/tools/wails/default.nix
@@ -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";