···1516 enableParallelBuilding = true;
1718- doCheck = true;
001920 meta = with stdenv.lib; {
21 inherit (src.meta) homepage;
···1516 enableParallelBuilding = true;
1718+ # On darwin the tests depend on the installed libraries because of install_name.
19+ doInstallCheck = true;
20+ installCheckTarget = "check";
2122 meta = with stdenv.lib; {
23 inherit (src.meta) homepage;