libcommuni: disable checks as tests are run in installcheck

This commit is contained in:
Jan Malakhovski 2018-07-16 16:26:31 +00:00
parent a3aedd1372
commit 4d93021846

View File

@ -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";