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
|
# The tests fail on darwin because of install_name if they run
|
||||||
# before the frameworks are installed.
|
# before the frameworks are installed.
|
||||||
|
doCheck = false;
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
installCheckTarget = "check";
|
installCheckTarget = "check";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user