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
@@ -18,7 +18,6 @@ buildGoModule rec {
make magneticow magneticod
'';
doCheck = true;
checkPhase = ''
make test
'';