forked from mirrors/nixpkgs
radiotray-ng: disable tests, they now want to download unconditionally
This commit is contained in:
parent
4f16b36fed
commit
2236f418f5
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue