···15151616 enableParallelBuilding = true;
17171818- doCheck = true;
1818+ # On darwin the tests depend on the installed libraries because of install_name.
1919+ doInstallCheck = true;
2020+ installCheckTarget = "check";
19212022 meta = with stdenv.lib; {
2123 inherit (src.meta) homepage;