buildGoModule packages: remove doCheck = true

This commit is contained in:
zowoq
2020-08-10 16:02:36 +10:00
parent cea7cd902e
commit 264475ce5b
9 changed files with 0 additions and 16 deletions
-2
View File
@@ -17,8 +17,6 @@ buildGoModule rec {
excludedPackages = [ "kobotest" ];
doCheck = true;
meta = with lib; {
description = "EPUB to KEPUB converter";
homepage = "https://pgaskin.net/kepubify";