libcommuni: disable checks as tests are run in installcheck

wip/yesman
Jan Malakhovski 6 years ago
parent a3aedd1372
commit 4d93021846
  1. 1
      pkgs/development/libraries/libcommuni/default.nix

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

Loading…
Cancel
Save