libcommuni: disable checks as tests are run in installcheck
This commit is contained in:
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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user