libcommuni: disable checks as tests are run in installcheck

This commit is contained in:
Jan Malakhovski
2018-07-17 14:41:53 +00:00
parent a3aedd1372
commit 4d93021846
@@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
# The tests fail on darwin because of install_name if they run
# before the frameworks are installed.
doCheck = false;
doInstallCheck = true;
installCheckTarget = "check";