radiotray-ng: disable tests, they now want to download unconditionally

This commit is contained in:
Will Dietz 2018-04-25 08:38:36 -05:00
parent 4f16b36fed
commit 2236f418f5

View File

@ -78,7 +78,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
# XXX: as of 0.2.2, tries to download gmock instead of checking for provided
doCheck = false;
checkPhase = "ctest";