glog: disable parallel checking due to errors

This commit is contained in:
Fabián Heredia Montiel
2022-03-25 18:39:28 -06:00
parent 9464bf0ad6
commit 7481d51589
@@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
# TODO: Re-enable Darwin tests once we're on a release that has https://github.com/google/glog/issues/709#issuecomment-960381653 fixed
doCheck = !stdenv.isDarwin;
# There are some non-thread safe tests that can fail
enableParallelChecking = false;
checkInputs = [ perl ];
meta = with lib; {