sourceHighlight: fix build on darwin

Clang has trouble compiling the tests, so re-disable
building them pending an upstream fix.
This commit is contained in:
Ryan Burns 2021-09-18 11:25:45 -07:00 committed by Raphael Megzari
parent 47961c73be
commit 7f59b4b529

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-boost=${boost.out}" ];
doCheck = true;
doCheck = !stdenv.cc.isClang;
enableParallelBuilding = true;
# Upstream uses the same intermediate files in multiple tests, running